Kaydet (Commit) 240171aa authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Don't use HAVE_GCC_VISIBILITY_FEATURE for iOS here

We don't use it in gbuild/platform/IOS_ARM_CCC.mk either. Need to be
consistent or we get linker warnings. Should we use it? Probably it
isn't that important for iOS?
üst cc9b1e4e
...@@ -40,11 +40,6 @@ LINKOUTPUT_FILTER= ...@@ -40,11 +40,6 @@ LINKOUTPUT_FILTER=
CFLAGS=-fmessage-length=0 -c $(EXTRA_CFLAGS) CFLAGS=-fmessage-length=0 -c $(EXTRA_CFLAGS)
# enable visibility define in "sal/types.h"
.IF "$(HAVE_GCC_VISIBILITY_FEATURE)" == "TRUE"
CDEFS += -DHAVE_GCC_VISIBILITY_FEATURE
.ENDIF # "$(HAVE_GCC_VISIBILITY_FEATURE)" == "TRUE"
# --------------------------------- # ---------------------------------
# Compilation flags # Compilation flags
# --------------------------------- # ---------------------------------
......
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