From 92e9359eb6d7ce621f7d5b6991c9cdc640b4e4b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Tue, 12 May 2020 09:10:12 +0200 Subject: build: use -O2 by default --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index b86bb34..989d253 100755 --- a/configure +++ b/configure @@ -235,7 +235,7 @@ esac tryflag CFLAGS -pipe # Try flags to optimize binary size -tryflag CFLAGS -Os +tryflag CFLAGS -O2 tryflag CFLAGS -ffunction-sections tryflag CFLAGS -fdata-sections tryldflag LDFLAGS_AUTO -Wl,--gc-sections -- cgit v1.2.3