diff options
Diffstat (limited to 'config.mk')
| -rw-r--r-- | config.mk | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -6,3 +6,7 @@ CC = c99 CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -D_GNU_SOURCE CFLAGS = LDFLAGS = + +DEFAULT_SUPPORT = true +# Set to "true" to enable all algorithms that are not explicitly disabled. +# Set to "false" to disable all algorithms that are not explicitly enabled. |
