rename
This commit is contained in:
5
compilers/GNU.Fortran.cmake
Normal file
5
compilers/GNU.Fortran.cmake
Normal file
@ -0,0 +1,5 @@
|
||||
if(CMAKE_Fortran_COMPILER_ID MATCHES GNU)
|
||||
set(CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS}")
|
||||
set(CMAKE_Fortran_FLAGS_RELEASE "-O3 -funroll-all-loops -w")
|
||||
set(CMAKE_Fortran_FLAGS_DEBUG "-O0 -g -fbacktrace")
|
||||
endif()
|
Reference in New Issue
Block a user