From d6f4393542998276250bd3f3519bb824ca4b3d91 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 7 May 2016 17:22:42 +0200 Subject: Some small improvements MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- config.mk | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'config.mk') diff --git a/config.mk b/config.mk index c670ea4..ad9c5c2 100644 --- a/config.mk +++ b/config.mk @@ -1,3 +1,5 @@ +# Please read INSTALL, section 'Configure libzahl'. + VERSION = 1.1 PREFIX = /usr/local @@ -9,14 +11,6 @@ CC = cc AR = ar RANLIB = ranlib -# Unless /dev/urandom exists and is a non-blocking random number generator, -# you have to add -DFAST_RANDOM_PATHNAME=... to CPPFLAGS, and -# unless /dev/random exists and is a blocking secure random number generator -# you have to add -DSECURE_RANDOM_PATHNAME=... to CPPFLAGS. -# Remove -DGOOD_RAND if the higher bits have higher entropy in the lower -# bits in rand(3), this was historically the case. -# Add -DZAHL_UNSAFE if you rather libzahl did not check for errors. - CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -DGOOD_RAND -CFLAGS = -std=c99 -flto -O3 -Wall -pedantic +CFLAGS = -std=c99 -O3 -flto -Wall -pedantic LDFLAGS = -s -- cgit v1.2.3-70-g09d2