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