mirror of
https://github.com/g-truc/glm.git
synced 2025-04-06 14:05:01 +00:00
Removed optimization options
This commit is contained in:
parent
4cb312773e
commit
264105b0af
1 changed files with 6 additions and 6 deletions
|
@ -5,12 +5,12 @@ project(glm)
|
|||
|
||||
add_definitions(-D_CRT_SECURE_NO_WARNINGS)
|
||||
#add_definitions(-S)
|
||||
add_definitions(-s)
|
||||
add_definitions(-msse2)
|
||||
add_definitions(-m32)
|
||||
add_definitions(-mfpmath=387)
|
||||
add_definitions(-ffast-math)
|
||||
add_definitions(-O3)
|
||||
#add_definitions(-s)
|
||||
#add_definitions(-msse2)
|
||||
#add_definitions(-m32)
|
||||
#add_definitions(-mfpmath=387)
|
||||
#add_definitions(-ffast-math)
|
||||
#add_definitions(-O3)
|
||||
|
||||
include_directories(".")
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue