This commit is contained in:
Radovan Bast
2015-05-22 15:57:23 +02:00
parent 11cd9bfc1a
commit 694641a74b
14 changed files with 0 additions and 0 deletions

View File

@ -0,0 +1,5 @@
if(CMAKE_Fortran_COMPILER_ID MATCHES XL)
set(CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS} -qzerosize -qextname -qsuppress=cmpmsg")
set(CMAKE_Fortran_FLAGS_RELEASE "-O3")
set(CMAKE_Fortran_FLAGS_DEBUG "-g")
endif()