freebsd-ports/math/reduce/files/patch-csl_fox_configure.ac
Steve Wills 5fbd5eee09 math/reduce: update to 20181123
PR:		234764
Submitted by:	pfg (maintainer)
2019-01-09 12:26:22 +00:00

11 lines
555 B
Text

--- csl/fox/configure.ac.orig 2018-06-17 19:20:00 UTC
+++ csl/fox/configure.ac
@@ -166,7 +166,7 @@ if test "x$enable_release" = "xyes" && test "x$enable_
CXXFLAGS="${CXXFLAGS} -Wuninitialized -ffast-math -fstrict-aliasing"
;;
*)
- CXXFLAGS="${CXXFLAGS} -Wuninitialized -fomit-frame-pointer -ffast-math -fstrict-aliasing -finline-functions -fexpensive-optimizations"
+ CXXFLAGS="${CXXFLAGS} -Wuninitialized -fomit-frame-pointer -ffast-math -fstrict-aliasing -finline-functions"
LDFLAGS="-s ${LDFLAGS}"
;;
esac