Add -Wall to CMake compiler options

This commit is contained in:
Marius Greuel 2022-01-07 23:56:58 +01:00
parent c71fab0889
commit 21d7fc58b6
1 changed files with 1 additions and 1 deletions

View File

@ -299,7 +299,7 @@ endif()
if(NOT WIN32)
set(LIB_MATH m)
#add_compile_options(-Wall -Wextra -pedantic)
add_compile_options(-Wall) # -Wextra
endif()
if(MSVC)