mirror of
https://github.com/g-truc/glm.git
synced 2024-11-26 18:24:35 +00:00
Fixed GCC build
This commit is contained in:
parent
cc8fa8a9c1
commit
2420c30b2a
@ -7,7 +7,7 @@ enable_testing()
|
|||||||
add_definitions(-D_CRT_SECURE_NO_WARNINGS)
|
add_definitions(-D_CRT_SECURE_NO_WARNINGS)
|
||||||
|
|
||||||
if(CMAKE_COMPILER_IS_GNUCXX)
|
if(CMAKE_COMPILER_IS_GNUCXX)
|
||||||
add_definitions(/Za)
|
#add_definitions(/Za)
|
||||||
#add_definitions(-pedantic)
|
#add_definitions(-pedantic)
|
||||||
#add_definitions(-S)
|
#add_definitions(-S)
|
||||||
#add_definitions(-s)
|
#add_definitions(-s)
|
||||||
|
Loading…
Reference in New Issue
Block a user