summaryrefslogtreecommitdiff
path: root/solenv/gbuild/platform
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-05-22 16:16:03 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-05-22 16:16:03 +0200
commit65da24773fffea4e4bc81adfa265378064186488 (patch)
tree741485573919038a3df36df9f881f80db2eec5fa /solenv/gbuild/platform
parent913ba61d008c6629272ba3df8d22dbff0e2dc4f9 (diff)
Be more picky about Mac OS X linker warnings
...useful for cases like 913ba61d008c6629272ba3df8d22dbff0e2dc4f9 "Make liborcus -fvisibility setting consistent with LO one." Feel free to revert if it causes trouble, though. (I was only able to test it with a 10.7 build, not a 10.6 baseline one.) Change-Id: Ic8e57cd917ef186f4dec8d876fc8da6d6db57b3d
Diffstat (limited to 'solenv/gbuild/platform')
-rw-r--r--solenv/gbuild/platform/macosx.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/solenv/gbuild/platform/macosx.mk b/solenv/gbuild/platform/macosx.mk
index eb03018d7686..1da614b376a3 100644
--- a/solenv/gbuild/platform/macosx.mk
+++ b/solenv/gbuild/platform/macosx.mk
@@ -91,6 +91,7 @@ gb_OBJCXXFLAGS := -x objective-c++ -fobjc-exceptions
gb_OBJCFLAGS := -x objective-c -fobjc-exceptions
gb_LinkTarget_LDFLAGS := \
+ -Wl,-fatal_warnings \
$(SOLARLIB) \
#man ld says: obsolete -Wl,-multiply_defined,suppress \