aboutsummaryrefslogtreecommitdiffstats
path: root/main/subversion/subversion-python-swig.patch
blob: dc24b91ce5fc9130f8f5d2d6edfb5d39265fd3db (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/configure.ac
+++ b/configure.ac
@@ -1504,6 +1504,8 @@
 # Need to strip '-no-cpp-precomp' from CPPFLAGS for SWIG as well.
 SWIG_CPPFLAGS="$CPPFLAGS"
 SVN_STRIP_FLAG(SWIG_CPPFLAGS, [-no-cpp-precomp ])
+SVN_STRIP_FLAG(SWIG_CPPFLAGS, [-Os ])
+SVN_STRIP_FLAG(SWIG_CPPFLAGS, [-fomit-frame-pointer ])
 AC_SUBST([SWIG_CPPFLAGS])
 
 dnl Since this is used only on Unix-y systems, define the path separator as '/'