aboutsummaryrefslogtreecommitdiffstats
path: root/editors/vis/files/patch-configure
blob: 173004774e6c7804219845fe4e2a2527c5f1918d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- configure.orig	2024-06-11 20:47:15 UTC
+++ configure
@@ -233,14 +233,6 @@ esac
 AIX)     CFLAGS_STD="$CFLAGS_STD -D_ALL_SOURCE" ;;
 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
-
 # Try hardening flags
 tryflag CFLAGS -fPIE
 tryflag CFLAGS_AUTO -fstack-protector-all