We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 840374a commit 94be052Copy full SHA for 94be052
CMakeLists.txt
@@ -158,6 +158,10 @@ the C compiler if it matches the Fortran compiler ID." )
158
set( CMAKE_Fortran_COMPILER_VERSION "${DETECTED_VER}" )
159
endif()
160
161
+if(CMAKE_BUILD_TYPE MATCHES "Debug|DEBUG|debug")
162
+ add_definitions(-DEXTRA_DEBUG_OUTPUT)
163
+endif()
164
+
165
# We have populated CMAKE_Fortran_COMPILER_VERSION if it was missing
166
if(gfortran_compiler AND (CMAKE_Fortran_COMPILER_VERSION VERSION_GREATER 5.0.0))
167
set(opencoarrays_aware_compiler true)
0 commit comments