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