Disabled -Wall option

This commit is contained in:
Robert Beckebans 2012-12-09 02:10:01 +01:00
parent 6d70f04cc9
commit f7279b850c

View file

@ -15,7 +15,7 @@ option(MONOLITH
if(CMAKE_COMPILER_IS_GNUCC OR CMAKE_C_COMPILER_ID STREQUAL "Clang")
add_definitions(-pipe)
add_definitions(-Wall)
#add_definitions(-Wall)
add_definitions(-mmmx -msse -msse2)
if(WIN32)
# require msvcr70.dll or newer for _aligned_malloc etc