aboutsummaryrefslogtreecommitdiff
path: root/cmake/compiler
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2018-03-16 21:13:09 +0100
committerShauren <shauren.trinity@gmail.com>2018-03-16 21:13:09 +0100
commitb0609757d32cfe256794e354d13f98d5a4c97020 (patch)
tree913a71b91cf20c806e308146431eb842c182aa65 /cmake/compiler
parentd1146a4495d542702954702b3d6a11ddb0beb81a (diff)
Build/Misc: Removed -DDEBUG from clang compile options
Diffstat (limited to 'cmake/compiler')
-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.