mirror of
https://github.com/reactos/reactos.git
synced 2025-01-02 12:32:47 +00:00
[CMAKE/CLANG]
* Properly initialize compiler flags. CORE-8516 svn path=/trunk/; revision=64202
This commit is contained in:
parent
002cdd74af
commit
0548cdea30
1 changed files with 3 additions and 0 deletions
|
@ -43,6 +43,9 @@ if(CMAKE_C_COMPILER_ID STREQUAL "Clang")
|
|||
set(CMAKE_CXX_COMPILE_OPTIONS_PIE "")
|
||||
set(CMAKE_SHARED_LIBRARY_C_FLAGS "")
|
||||
set(CMAKE_SHARED_LIBRARY_CXX_FLAGS "")
|
||||
set(CMAKE_ASM_FLAGS_DEBUG "")
|
||||
set(CMAKE_C_FLAGS_DEBUG "")
|
||||
set(CMAKE_CXX_FLAGS_DEBUG "")
|
||||
endif()
|
||||
|
||||
if(DBG)
|
||||
|
|
Loading…
Reference in a new issue