diff options
| author | Mattias Andrée <m@maandree.se> | 2026-05-01 18:06:02 +0200 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-05-01 18:06:02 +0200 |
| commit | de925288bffc705b382f54c8c9e62b485ba3c636 (patch) | |
| tree | ab3d4860c2c3b4b9464b537f5eae23dc15ea3c82 /config.mk | |
| parent | Setup alarms in the Argon2 tests (diff) | |
| download | librecrypt-de925288bffc705b382f54c8c9e62b485ba3c636.tar.gz librecrypt-de925288bffc705b382f54c8c9e62b485ba3c636.tar.bz2 librecrypt-de925288bffc705b382f54c8c9e62b485ba3c636.tar.xz | |
Add DEFAULT_SUPPORT option and improve DEPENDENCIES
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
| -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. |
