Changeset 10441 for code/branches/cpp11/cmake
- Timestamp:
- May 10, 2015, 11:00:01 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/cpp11/cmake/CompilerConfigGCC.cmake
r9686 r10441 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.