- Timestamp:
- Apr 30, 2011, 5:23:22 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/cmake/CompilerConfigGCC.cmake
r8351 r8364 61 61 ENDIF() 62 62 63 # Never omit frame pointers that could interfere with proper stack traces 64 ADD_COMPILER_FLAGS("-fno-omit-frame-pointer" CACHE) 65 63 66 # Enable non standard floating point optimisations 64 67 ADD_COMPILER_FLAGS("-ffast-math" CACHE)
Note: See TracChangeset
for help on using the changeset viewer.