mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-27 16:09:20 +00:00
Remove -fpermissive option as clang is used now on Mac OS X platforms.
This commit is contained in:
parent
ad0d48554e
commit
67a542a46a
1 changed files with 1 additions and 2 deletions
|
|
@ -11,8 +11,7 @@ COMMON_CFLAGS=\
|
|||
$(STRICT_OPTIONS) \
|
||||
$(LIBXML2_CFLAGS)
|
||||
|
||||
#-fpermissive to workaround a g++ bug on macos 32bit SDK.
|
||||
AM_CXXFLAGS=$(LIBXML2_CFLAGS) -fpermissive $(STRICT_OPTIONS)
|
||||
AM_CXXFLAGS=$(LIBXML2_CFLAGS) $(STRICT_OPTIONS)
|
||||
|
||||
EXTRA_DIST=xml2lpc_jni.cc lpc2xml_jni.cc
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue