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

5
compilers/XL.C.cmake Normal file
View File

@ -0,0 +1,5 @@
if(CMAKE_C_COMPILER_ID MATCHES XL)
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -qcpluscmt")
set(CMAKE_C_FLAGS_RELEASE "-O3")
set(CMAKE_C_FLAGS_DEBUG "-O0")
endif()