aboutsummaryrefslogtreecommitdiffstats
path: root/llvm-host-build.mk
diff options
context:
space:
mode:
Diffstat (limited to 'llvm-host-build.mk')
-rw-r--r--llvm-host-build.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm-host-build.mk b/llvm-host-build.mk
index 67c3808..9fd7435 100644
--- a/llvm-host-build.mk
+++ b/llvm-host-build.mk
@@ -13,9 +13,9 @@ LOCAL_CFLAGS := \
ifeq ($(LLVM_ENABLE_ASSERTION),true)
LOCAL_CFLAGS := \
+ $(LOCAL_CFLAGS) \
-D_DEBUG \
- -UNDEBUG \
- $(LOCAL_CFLAGS)
+ -UNDEBUG
endif
ifneq ($(REQUIRES_EH),1)