Changeset 10733 for code/branches/cpp11_v2/cmake/CompilerConfigGCC.cmake
- Timestamp:
- Oct 31, 2015, 6:11:53 PM (10 years ago)
- Location:
- code/branches/cpp11_v2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/cpp11_v2
- Property svn:mergeinfo changed
/code/branches/cpp11 (added) merged: 10439-10441,10443,10545
- Property svn:mergeinfo changed
-
code/branches/cpp11_v2/cmake/CompilerConfigGCC.cmake
r9686 r10733 64 64 ADD_COMPILER_FLAGS("-Os" MinSizeRel CACHE) 65 65 66 # Introducing c++11 67 # Note: there is also 'std=gnu++11', but that might not be portable to windows 68 ADD_COMPILER_FLAGS("-std=c++0x" CACHE) 69 66 70 # CMake doesn't seem to set the PIC flags right on certain 64 bit systems 67 71 IF(NOT MINGW AND ${CMAKE_SYSTEM_PROCESSOR} STREQUAL "x86_64")
Note: See TracChangeset
for help on using the changeset viewer.