aboutsummaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk12
1 files changed, 3 insertions, 9 deletions
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