summaryrefslogtreecommitdiff
path: root/solenv/gbuild/platform/macosx.mk
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-09-30 11:28:32 +0200
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-09-30 11:28:32 +0200
commit848bb3202cecd63926c468191eeb2c108ada4538 (patch)
treed90900a65dc6cb7df4e6c720eb64f0ca659e7af8 /solenv/gbuild/platform/macosx.mk
parent2b9e302f0aee867412fa45275d42cb68929fb4b5 (diff)
parent8bd171e786ab8b20544334434d35e43fa46d39f4 (diff)
Merge branch 'master' of /home/bjoern/.jenkins/jobs/repo-mirror/workspace/core
Diffstat (limited to 'solenv/gbuild/platform/macosx.mk')
-rw-r--r--solenv/gbuild/platform/macosx.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/solenv/gbuild/platform/macosx.mk b/solenv/gbuild/platform/macosx.mk
index 6e72767a5035..b9347d194130 100644
--- a/solenv/gbuild/platform/macosx.mk
+++ b/solenv/gbuild/platform/macosx.mk
@@ -116,8 +116,8 @@ gb_OBJCXXFLAGS := -x objective-c++ -fobjc-exceptions
gb_OBJCFLAGS := -x objective-c
ifneq ($(EXTERNAL_WARNINGS_NOT_ERRORS),TRUE)
-gb_CFLAGS_WERROR := -Werror
-gb_CXXFLAGS_WERROR := -Werror
+gb_CFLAGS_WERROR := -Werror -DLIBO_WERROR
+gb_CXXFLAGS_WERROR := -Werror -DLIBO_WERROR
endif
ifeq ($(ENABLE_LTO),TRUE)