Kaydet (Commit) 419d3c53 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

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
üst 979b570f
...@@ -91,9 +91,7 @@ gb_OBJCXXFLAGS := -x objective-c++ -fobjc-exceptions ...@@ -91,9 +91,7 @@ gb_OBJCXXFLAGS := -x objective-c++ -fobjc-exceptions
gb_OBJCFLAGS := -x objective-c -fobjc-exceptions gb_OBJCFLAGS := -x objective-c -fobjc-exceptions
gb_LinkTarget_LDFLAGS := \ gb_LinkTarget_LDFLAGS := \
-Wl,-fatal_warnings \
$(SOLARLIB) \ $(SOLARLIB) \
#man ld says: obsolete -Wl,-multiply_defined,suppress \
gb_DEBUG_CFLAGS := -g gb_DEBUG_CFLAGS := -g
gb_COMPILEROPTFLAGS := -O2 gb_COMPILEROPTFLAGS := -O2
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment