Add -Wall to CMake compiler options
This commit is contained in:
parent
c71fab0889
commit
21d7fc58b6
|
@ -299,7 +299,7 @@ endif()
|
||||||
|
|
||||||
if(NOT WIN32)
|
if(NOT WIN32)
|
||||||
set(LIB_MATH m)
|
set(LIB_MATH m)
|
||||||
#add_compile_options(-Wall -Wextra -pedantic)
|
add_compile_options(-Wall) # -Wextra
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(MSVC)
|
if(MSVC)
|
||||||
|
|
Loading…
Reference in New Issue