Changeset 7416 for code/trunk/cmake/CompilerConfigGCC.cmake
- Timestamp:
- Sep 11, 2010, 8:27:21 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/cmake/CompilerConfigGCC.cmake
r5702 r7416 76 76 ENDIF() 77 77 78 # We have some unco formant code, disable an optimisation feature78 # We have some unconformant code, disable an optimisation feature 79 79 ADD_COMPILER_FLAGS("-fno-strict-aliasing" CACHE) 80 80 81 # For GCC older than version 4, do not display sign compare war ings81 # For GCC older than version 4, do not display sign compare warnings 82 82 # because of boost::filesystem (which creates about a hundred per include) 83 83 ADD_COMPILER_FLAGS("-Wno-sign-compare" GCC_NO_SYSTEM_HEADER_SUPPORT CACHE)
Note: See TracChangeset
for help on using the changeset viewer.