From b44f174cccd4cd2b1b975f2767335ce636ee273b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Sat, 25 Feb 2017 20:11:36 +0100 Subject: build: try to enable compiler flags to minimize binary size --- configure | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'configure') 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 -- cgit v1.2.3