ports/security/libb2/patches/patch-configure_ac

14 lines
387 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Do not hardcode optimization flags.
Index: configure.ac
--- configure.ac.orig
+++ configure.ac
@@ -60,7 +60,6 @@ AC_HELP_STRING([--enable-native],
[enable_native=yes]
)
-AX_CHECK_COMPILE_FLAG([-O3], [CFLAGS=-O3])
dnl Not all architectures support -march=native
if test $enable_native == "yes"; then
AX_CHECK_COMPILE_FLAG([-march=native], [], [enable_native=no])