aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2016-03-06 00:29:13 +0100
committerMattias Andrée <maandree@kth.se>2016-03-06 00:29:13 +0100
commit6a56b2eb154636e48d8f07aa3864bbc3885b99a1 (patch)
treec9e4c204c8370cc1b91b90d4e090e027afd4f8e0
parentClean up (diff)
downloadlibzahl-1.0.tar.gz
libzahl-1.0.tar.bz2
libzahl-1.0.tar.xz
-O3 seem to produce fastest binary1.0
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
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