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 8937245 commit 6a96dd7Copy full SHA for 6a96dd7
CMakeLists.txt
@@ -124,6 +124,7 @@ if (CMAKE_Fortran_COMPILER_ID STREQUAL "GNU")
124
add_compile_options(
125
$<$<COMPILE_LANGUAGE:Fortran>:-fprofile-arcs>
126
$<$<COMPILE_LANGUAGE:Fortran>:-ftest-coverage>
127
+ $<$<COMPILE_LANGUAGE:Fortran>:-O0>
128
)
129
130
add_link_options(
@@ -360,6 +361,8 @@ macro(HANDLE_SOURCES target useCommon)
360
361
-D chemistry=False
362
--line-numbering
363
--no-folding
364
+ --line-length=999
365
+ --line-numbering-mode=nocontlines
366
"${fpp}" "${f90}"
367
DEPENDS "${fpp};${${target}_incs}"
368
COMMENT "Preprocessing (Fypp) ${fpp_filename}"
0 commit comments