Changeset 8323
- Timestamp:
- Apr 25, 2011, 2:52:25 AM (14 years ago)
- Location:
- code/branches/kicklib2/cmake
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/kicklib2/cmake/CompilerConfigGCC.cmake
r8284 r8323 69 69 ENDIF() 70 70 71 # Enable non standard floating point optimisations 72 ADD_COMPILER_FLAGS("-ffast-math" CACHE) 73 71 74 # Use SSE if possible 72 75 # Commented because this might not work for cross compiling -
code/branches/kicklib2/cmake/CompilerConfigMSVC.cmake
r8298 r8323 66 66 67 67 # Enable non standard floating point optimisations 68 # Note: It hasn't been checked yet whether we have code that might break 69 #ADD_COMPILER_FLAGS("-fp:fast" CACHE) 68 ADD_COMPILER_FLAGS("-fp:fast" CACHE) 70 69 71 70 # Use Link time code generation for Release config if ORXONOX_RELEASE is defined
Note: See TracChangeset
for help on using the changeset viewer.