compiler flags gardening

This commit is contained in:
Radovan Bast
2015-05-22 14:34:24 +02:00
parent 1cd4dc1eef
commit 5a26667e36
10 changed files with 22 additions and 22 deletions

View File

@@ -1,5 +1,5 @@
if(CMAKE_Fortran_COMPILER_ID MATCHES Intel)
set(CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS} -w -assume byterecl -g -traceback")
set(CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS} -w -assume byterecl")
set(CMAKE_Fortran_FLAGS_RELEASE "-O3 -ip")
set(CMAKE_Fortran_FLAGS_DEBUG "-O0")
set(CMAKE_Fortran_FLAGS_DEBUG "-O0 -g -traceback")
endif()