mirror of
https://github.com/reactos/reactos.git
synced 2025-01-02 12:32:47 +00:00
[CMAKE] Disable rossym for GCC release builds.
svn path=/trunk/; revision=68147
This commit is contained in:
parent
ad9dc105b0
commit
74c80a51dd
1 changed files with 3 additions and 1 deletions
|
@ -12,7 +12,9 @@ if(NOT DEFINED SEPARATE_DBG)
|
|||
endif()
|
||||
|
||||
# Dwarf based builds (no rsym)
|
||||
if(NOT DEFINED NO_ROSSYM)
|
||||
if(CMAKE_BUILD_TYPE STREQUAL "Release")
|
||||
set(NO_ROSSYM TRUE)
|
||||
elseif(NOT DEFINED NO_ROSSYM)
|
||||
set(NO_ROSSYM FALSE)
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Reference in a new issue