Skip to content

Commit f60a458

Browse files
committed
try something
1 parent 4cfbff0 commit f60a458

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

CMakeLists.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,13 @@ elseif(UNIX)
7373
add_compile_definitions(SDL2=1)
7474
endif()
7575

76+
# Recommendation for Visual Studio Level 3 warning match:
77+
add_compile_options(
78+
-Wall
79+
-Wextra
80+
-pedantic
81+
)
82+
7683
if (CMAKE_CXX_COMPILER_ID STREQUAL "Clang")
7784
add_compile_options(
7885
-fdeclspec

0 commit comments

Comments
 (0)