aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2018-03-16 21:13:09 +0100
committerjackpoz <giacomopoz@gmail.com>2019-01-18 19:58:02 +0100
commit12852ddb3019aabc2f6deaff9c1b0584fd1b6bb2 (patch)
tree26211bc075a443213ae5d344c6b47461a276230e
parent85e3169fbd7b2da70e0f054399f4db64ded36325 (diff)
Build/Misc: Removed -DDEBUG from clang compile options
(cherry picked from commit b0609757d32cfe256794e354d13f98d5a4c97020)
-rw-r--r--cmake/compiler/clang/settings.cmake4
1 files changed, 0 insertions, 4 deletions
diff --git a/cmake/compiler/clang/settings.cmake b/cmake/compiler/clang/settings.cmake
index 5ccacbf9888..fd690d2405b 100644
--- a/cmake/compiler/clang/settings.cmake
+++ b/cmake/compiler/clang/settings.cmake
@@ -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.