aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure
index cefcc7b..2c689db 100755
--- a/configure
+++ b/configure
@@ -229,9 +229,9 @@ tryflag CFLAGS -pipe
# Try flags to optimize binary size
tryflag CFLAGS -Os
-#tryflag CFLAGS -ffunction-sections
-#tryflag CFLAGS -fdata-sections
-#tryldflag LDFLAGS_AUTO -Wl,--gc-sections
+tryflag CFLAGS -ffunction-sections
+tryflag CFLAGS -fdata-sections
+tryldflag LDFLAGS_AUTO -Wl,--gc-sections
# Try hardening flags
tryflag CFLAGS -fPIE