diff options
| author | Xiyue Deng | 2013-10-07 00:40:32 -0700 |
|---|---|---|
| committer | Xiyue Deng | 2013-10-26 22:17:04 -0700 |
| commit | f2132c47bd26484e8a9961ad6056bbbb17a2d108 (patch) | |
| tree | 5d0e8d5b9dbe0629a20a31347222dc3cb50cd9d9 /Library/Homebrew/python_helper.rb | |
| parent | 0e6df1c3bf1c5f5d23bcfa5c668d26cf48dffd20 (diff) | |
| download | brew-f2132c47bd26484e8a9961ad6056bbbb17a2d108.tar.bz2 | |
C++11 support.
* Add options and ENV method to specify building in C++11 mode.
- Set C++ compiler flags to enable C++11 mode.
- To add options to support C++11 mode, a formula can now use
option :cxx11
to provide "--c++11" option, and detect and enable C++11 support in
install method using
ENV.cxx11 if build.cxx11?
Closes Homebrew/homebrew#22453.
Diffstat (limited to 'Library/Homebrew/python_helper.rb')
0 files changed, 0 insertions, 0 deletions
