diff options
| author | Mattias Andrée <maandree@kth.se> | 2016-05-07 17:22:42 +0200 |
|---|---|---|
| committer | Mattias Andrée <maandree@kth.se> | 2016-05-07 17:22:42 +0200 |
| commit | d6f4393542998276250bd3f3519bb824ca4b3d91 (patch) | |
| tree | e2c3c9d1efeb8be3930a1a987d793a367f89c9bb /config.mk | |
| parent | Fix zsave translation for tomsfastmath and libtommath (diff) | |
| download | libzahl-d6f4393542998276250bd3f3519bb824ca4b3d91.tar.gz libzahl-d6f4393542998276250bd3f3519bb824ca4b3d91.tar.bz2 libzahl-d6f4393542998276250bd3f3519bb824ca4b3d91.tar.xz | |
Some small improvements
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'config.mk')
| -rw-r--r-- | config.mk | 12 |
1 files changed, 3 insertions, 9 deletions
@@ -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 |
