mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Build/Misc: Removed -DDEBUG from clang compile options
(cherry picked from commit b0609757d3)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user