mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-03-01 23:20:44 +00:00
Disabled -Wall option
This commit is contained in:
parent
6d70f04cc9
commit
f7279b850c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue