rename
This commit is contained in:
5
compilers/XL.C.cmake
Normal file
5
compilers/XL.C.cmake
Normal 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()
|
Reference in New Issue
Block a user