commit 6a56b2eb154636e48d8f07aa3864bbc3885b99a1
Author:     Mattias Andrée <maand...@kth.se>
AuthorDate: Sun Mar 6 00:29:13 2016 +0100
Commit:     Mattias Andrée <maand...@kth.se>
CommitDate: Sun Mar 6 00:29:13 2016 +0100

    -O3 seem to produce fastest binary
    
    Signed-off-by: Mattias Andrée <maand...@kth.se>

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

Reply via email to