Skip to content

Commit

Permalink
Add -Wall for debug build GNU (#610)
Browse files Browse the repository at this point in the history
  • Loading branch information
okBrian authored Sep 5, 2024
1 parent bac18ff commit 2651071
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ if (CMAKE_Fortran_COMPILER_ID STREQUAL "GNU")

if (CMAKE_BUILD_TYPE STREQUAL "Debug")
add_compile_options(
-Wall
-fcheck=all,no-array-temps
-fbacktrace
-fimplicit-none
Expand Down

0 comments on commit 2651071

Please sign in to comment.