diff options
| author | Mattias Andrée <maandree@kth.se> | 2016-04-29 18:55:33 +0200 |
|---|---|---|
| committer | Mattias Andrée <maandree@kth.se> | 2016-04-29 18:55:41 +0200 |
| commit | ea5c6307c674d345295de3e1301ea16586880484 (patch) | |
| tree | f8fdbf78e1c4a804204d67c0c1855cdd2ad3b71d /config.mk | |
| parent | Use bold, not blackboard bold (diff) | |
| download | libzahl-ea5c6307c674d345295de3e1301ea16586880484.tar.gz libzahl-ea5c6307c674d345295de3e1301ea16586880484.tar.bz2 libzahl-ea5c6307c674d345295de3e1301ea16586880484.tar.xz | |
Change UNSAFE to ZAHL_UNSAFE, so it can be used in zahl-inlines.h
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'config.mk')
| -rw-r--r-- | config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ RANLIB = ranlib # 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 -DUNSAFE if you rather libzahl did not check for errors. +# 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 |
