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 a8021e3 commit 56b802fCopy full SHA for 56b802f
cmake/UserOverride.cmake
@@ -7,7 +7,7 @@
7
# variables.
8
if (CMAKE_Fortran_COMPILER_ID STREQUAL "GNU")
9
# gfortran
10
- set(common "-std=f2003 -Wall -Wextra -Wimplicit-interface -Werror -fPIC -fmax-errors=1")
+ set(common "-std=f2008 -Wall -Wextra -Wimplicit-interface -Werror -fPIC -fmax-errors=1")
11
set(CMAKE_Fortran_FLAGS_RELEASE_INIT "${common} -O3 -march=native -ffast-math -funroll-loops")
12
set(CMAKE_Fortran_FLAGS_DEBUG_INIT "${common} -g -fbounds-check -fcheck-array-temporaries -fbacktrace")
13
elseif (CMAKE_Fortran_COMPILER_ID STREQUAL "Intel")
0 commit comments