Build/Misc: Removed -DDEBUG from clang compile options

(cherry picked from commit b0609757d3)
This commit is contained in:
Shauren
2018-03-16 21:13:09 +01:00
committed by jackpoz
parent 85e3169fbd
commit 12852ddb30

View File

@@ -32,10 +32,6 @@ target_compile_options(trinity-compile-option-interface
-Wno-narrowing
-Wno-deprecated-register)
target_compile_definitions(trinity-compile-option-interface
INTERFACE
-DDEBUG=1)
if (BUILD_SHARED_LIBS)
# -fPIC is needed to allow static linking in shared libs.
# -fvisibility=hidden sets the default visibility to hidden to prevent exporting of all symbols.