rename
This commit is contained in:
5
compilers/Clang.C.cmake
Normal file
5
compilers/Clang.C.cmake
Normal file
@ -0,0 +1,5 @@
|
||||
if(CMAKE_C_COMPILER_ID MATCHES Clang)
|
||||
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS}")
|
||||
set(CMAKE_C_FLAGS_RELEASE "-O3 -Wno-unused")
|
||||
set(CMAKE_C_FLAGS_DEBUG "-O0 -g")
|
||||
endif()
|
Reference in New Issue
Block a user