libzahl

big integer library
git clone git://git.suckless.org/libzahl
Log | Files | Refs | README | LICENSE

commit 6a56b2eb154636e48d8f07aa3864bbc3885b99a1
parent a95fdea9c30d4788638481d409062914608b755b
Author: Mattias Andrée <maandree@kth.se>
Date:   Sun,  6 Mar 2016 00:29:13 +0100

-O3 seem to produce fastest binary

Signed-off-by: Mattias Andrée <maandree@kth.se>

Diffstat:
Mconfig.mk | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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