summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-05-30 15:29:05 +0300
committerTor Lillqvist <tml@iki.fi>2013-05-30 15:35:53 +0300
commit419d3c53943d52e445cf474bc592cab33c61d1c1 (patch)
treed2648da5415b7e4e83c9ed8249340198e316df7e /solenv
parent979b570f76fb8b1fc476fb9e3bf01e8209925bfd (diff)
Seems that -Wl,-fatal_warnings causes more trouble than it's worth
The ld in 10.6 did not have that switch. Change-Id: I53a581b26fae591eb6a696a053f985a917466820
Diffstat (limited to 'solenv')
-rw-r--r--solenv/gbuild/platform/macosx.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/solenv/gbuild/platform/macosx.mk b/solenv/gbuild/platform/macosx.mk
index 1da614b376a3..84674551fadf 100644
--- a/solenv/gbuild/platform/macosx.mk
+++ b/solenv/gbuild/platform/macosx.mk
@@ -91,9 +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 \
gb_DEBUG_CFLAGS := -g
gb_COMPILEROPTFLAGS := -O2