[Libreoffice-commits] core.git: solenv/gbuild
Stephan Bergmann
sbergman at redhat.com
Wed May 22 07:21:03 PDT 2013
solenv/gbuild/platform/macosx.mk | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 65da24773fffea4e4bc81adfa265378064186488
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Wed May 22 16:16:03 2013 +0200
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
diff --git a/solenv/gbuild/platform/macosx.mk b/solenv/gbuild/platform/macosx.mk
index eb03018..1da614b 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 \
More information about the Libreoffice-commits
mailing list