From 197535dae982e8126cc1fe93a361ad02b4f13f48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Mon, 21 Mar 2016 16:39:55 +0100 Subject: configure: probe for size optimizing flags (disabled for now) --- configure | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure') diff --git a/configure b/configure index d55588f..4769121 100755 --- a/configure +++ b/configure @@ -213,6 +213,9 @@ tryflag CFLAGS_AUTO -pipe # Try flags to optimize binary size tryflag CFLAGS_AUTO -Os +#tryflag CFLAGS_AUTO -ffunction-sections +#tryflag CFLAGS_AUTO -fdata-sections +#tryldflag LDFLAGS_AUTO -Wl,--gc-sections have_pkgconfig=no printf "checking for pkg-config... " -- cgit v1.2.3