Skip to content

Commit 2651071

Browse files
authored
Add -Wall for debug build GNU (#610)
1 parent bac18ff commit 2651071

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ if (CMAKE_Fortran_COMPILER_ID STREQUAL "GNU")
124124

125125
if (CMAKE_BUILD_TYPE STREQUAL "Debug")
126126
add_compile_options(
127+
-Wall
127128
-fcheck=all,no-array-temps
128129
-fbacktrace
129130
-fimplicit-none

0 commit comments

Comments
 (0)