diff options
Diffstat (limited to 'config.mk')
| -rw-r--r-- | config.mk | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -12,7 +12,9 @@ RANLIB = ranlib # 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. -CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 +CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -DGOOD_RAND CFLAGS = -std=c99 -flto -O3 -Wall -pedantic LDFLAGS = -s |
