require implicit none

This commit is contained in:
Martin Diehl 2020-01-04 16:15:11 +01:00
parent 0898cc2605
commit 6421a9db9a
1 changed files with 3 additions and 0 deletions

View File

@ -30,6 +30,9 @@ set (COMPILE_FLAGS "${COMPILE_FLAGS} -Minfo=all")
set (COMPILE_FLAGS "${COMPILE_FLAGS} -Minform=warn")
# instructs the compiler to display error messages at the specified and higher levels
set (COMPILE_FLAGS "${COMPILE_FLAGS} -Mdclchk")
# instructs the compiler to require that all program variables be declared
#------------------------------------------------------------------------------------------------O
# Runtime debugging
set (DEBUG_FLAGS "${DEBUG_FLAGS} -g")