(wrong string) ée

From: <git_AT_suckless.org>
Date: Sun, 6 Mar 2016 00:29:20 +0100 (CET)

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

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

diff --git a/config.mk b/config.mk
index 9ffff50..a1be136 100644
--- a/config.mk
+++ b/config.mk
_AT_@ -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
Received on Sun Mar 06 2016 - 00:29:20 CET

This archive was generated by hypermail 2.3.0 : Sun Mar 06 2016 - 00:36:14 CET