ports/editors/vis/patches/patch-configure

13 lines
300 B
Text

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