mirror of
https://github.com/g-truc/glm.git
synced 2024-11-10 04:31:47 +00:00
Removed optimization options
This commit is contained in:
parent
4cb312773e
commit
264105b0af
@ -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…
Reference in New Issue
Block a user