From 6a56b2eb154636e48d8f07aa3864bbc3885b99a1 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 6 Mar 2016 00:29:13 +0100 Subject: -O3 seem to produce fastest binary MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.mk') diff --git a/config.mk b/config.mk index 9ffff50..a1be136 100644 --- a/config.mk +++ b/config.mk @@ -14,5 +14,5 @@ RANLIB = ranlib # you have to add -DSECURE_RANDOM_PATHNAME=... to CPPFLAGS. CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -CFLAGS = -std=c99 -Wall -pedantic +CFLAGS = -std=c99 -O3 -Wall -pedantic LDFLAGS = -s -- cgit v1.2.3-70-g09d2