Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --- /home/soul/amsynth/configure.in.orig 2012-01-26 19:54:19.000000000 -0500
- +++ /home/soul/amsynth/configure.in.new 2012-01-26 19:58:47.162840677 -0500
- @@ -22,7 +22,7 @@
- #
- AC_MSG_CHECKING([whether optimized CFLAGS should be used])
- AS_IF([test "$user_CFLAGS" = "" -a "$user_CXXFLAGS" = ""], [
- - CFLAGS="-Wall -W -O3 -ffast-math -fno-exceptions -fomit-frame-pointer"
- + CFLAGS="-Wall -W -O3 -ffast-math -fno-exceptions -fomit-frame-pointer -fPIC"
- CXXFLAGS="$CFLAGS"
- AC_MSG_RESULT([yes])
- ], [
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement