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 9f1d8e7 commit 62b8278Copy full SHA for 62b8278
cmake/compilers.cmake
@@ -18,7 +18,7 @@ endif()
18
# --- compiler options
19
20
if(CMAKE_Fortran_COMPILER_ID STREQUAL GNU)
21
-add_compile_options(-mtune=native -Wall -Wextra
+add_compile_options(-Wall -Wextra
22
"$<$<COMPILE_LANGUAGE:Fortran>:-fimplicit-none>"
23
"$<$<AND:$<COMPILE_LANGUAGE:Fortran>,$<CONFIG:Release>>:-fno-backtrace;-Wno-maybe-uninitialized>"
24
"$<$<AND:$<COMPILE_LANGUAGE:Fortran>,$<CONFIG:RelWithDebInfo>>:-Wno-maybe-uninitialized>"
0 commit comments