Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
265650e7
Commit
265650e7
authored
Dec 04, 2013
by
Ghislain MARY
Browse files
Revert "Remove -fpermissive option as clang is used now on Mac OS X platforms."
This reverts commit
ae2b1a0f
.
parent
f1fd223c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
tools/Makefile.am
tools/Makefile.am
+2
-1
No files found.
tools/Makefile.am
View file @
265650e7
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment