diff options
author | Benoit Foucher <benoit@zeroc.com> | 2013-03-06 16:23:04 +0100 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2013-03-06 16:23:04 +0100 |
commit | 93a54237e1db67830aa64885959cda59c7287bbe (patch) | |
tree | eddd5ed7a96add10fba48acee917937b0e749980 /cpp | |
parent | Fixed ICE-5298 - cross tests don't work with --x64 (diff) | |
download | ice-93a54237e1db67830aa64885959cda59c7287bbe.tar.bz2 ice-93a54237e1db67830aa64885959cda59c7287bbe.tar.xz ice-93a54237e1db67830aa64885959cda59c7287bbe.zip |
Fixed ICE-5302 - Invalid C++11 demo compiler flags
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/config/Make.rules | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/config/Make.rules b/cpp/config/Make.rules index ccad49f2ab1..0ee48be68f9 100644 --- a/cpp/config/Make.rules +++ b/cpp/config/Make.rules @@ -142,7 +142,6 @@ THIRDPARTY_HOME ?= "C:\Program Files\ZeroC\Ice-$(VERSION)-ThirdParty" # #DEFAULT_MUTEX_PROTOCOL ?= PrioNone - # # Define CPP11 as yes if you want to enable C++11 features in GCC or # Clang. |