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