diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2022-03-11 07:44:24 -0800 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2022-03-11 08:59:46 -0800 |
commit | 0eed90a27f5da96b15b76557b02f6f2214f6ba92 (patch) | |
tree | a4330598015911946509c11d5c5918991ba0542c /math/singular/files/patch-m4_flags.m4 | |
parent | deskutils/just: Update 1.0.0 -> 1.1.0 (diff) |
math/singular: Update 4.2.1 -> 4.3.0
Reported by: portscout
Diffstat (limited to 'math/singular/files/patch-m4_flags.m4')
-rw-r--r-- | math/singular/files/patch-m4_flags.m4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/singular/files/patch-m4_flags.m4 b/math/singular/files/patch-m4_flags.m4 index d6e21e0bceab..53a325188f99 100644 --- a/math/singular/files/patch-m4_flags.m4 +++ b/math/singular/files/patch-m4_flags.m4 @@ -1,11 +1,11 @@ ---- m4/flags.m4.orig 2020-01-24 09:42:54 UTC +--- 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 -fno-delete-null-pointer-checks" -+ 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 -fno-delete-null-pointer-checks" +- 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]) |