opnsense-ports/math/singular/files/patch-m4_flags.m4
Franco Fichtner cf427b0d51 */*: sync with upstream
Taken from: FreeBSD
2022-03-14 15:43:45 +01:00

11 lines
839 B
Text

--- m4/flags.m4.orig 2022-01-12 15:46:27 UTC
+++ m4/flags.m4
@@ -122,7 +122,7 @@ AC_DEFUN([SING_CHECK_SET_ARGS], [
## for clang: -Wunneeded-internal-declaration
if test "x${ENABLE_OPTIMIZATION}" != xno; then
- OPTFLAGS="-g0 -O3 -Wno-unused-function -Wno-trigraphs -Wno-unused-parameter -Wunknown-pragmas -Wno-unused-variable -fomit-frame-pointer -fwrapv -fvisibility=default -finline-functions -fno-exceptions -fno-threadsafe-statics -fno-enforce-eh-specs -fconserve-space -funroll-loops"
+ OPTFLAGS="-Wno-unused-function -Wno-trigraphs -Wno-unused-parameter -Wunknown-pragmas -Wno-unused-variable -fomit-frame-pointer -fwrapv -fvisibility=default -finline-functions -fno-exceptions -fno-threadsafe-statics -fno-enforce-eh-specs -fconserve-space -funroll-loops"
# -O3 - crashes gcc???!!!
# -fpermissive
AC_LANG_PUSH([C])