ports/editors/vis/patches/patch-configure

14 lines
300 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Removed hardcoded optimizations.
Index: configure
--- configure.orig
+++ configure
@@ -236,7 +236,6 @@ esac
tryflag CFLAGS -pipe
# Try flags to optimize binary size
-tryflag CFLAGS -O2
tryflag CFLAGS -ffunction-sections
tryflag CFLAGS -fdata-sections
tryldflag LDFLAGS_AUTO -Wl,--gc-sections