diff --git a/CMakeLists.txt b/CMakeLists.txt index 27f90e7..4de0adb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -86,8 +86,7 @@ add_executable(blockattack ${GUI_TYPE} ${SOURCES} ${RES_FILES} # Modern target-based compiler settings target_compile_features(blockattack PRIVATE cxx_std_17) target_compile_options(blockattack PRIVATE - -Wall - -Wextra + $<$:-Wall -Wextra> $<$:-g> $<$,$>:-march=i686> )