diff options
author | Andreas Fankhauser (@tux-six) | 2022-07-13 00:51:45 +0200 |
---|---|---|
committer | Andreas Fankhauser (@tux-six) | 2022-07-13 00:51:45 +0200 |
commit | 1c3bba0a5d23eda61199b915fbc92112227b9411 (patch) | |
tree | 73df27e30d5bbd2de98a18e0797cbbd18e407512 /configure | |
parent | bfc4bb7f424dc27bf06bd4320f915ceef503d0bf (diff) | |
download | bulk-ln-1c3bba0a5d23eda61199b915fbc92112227b9411.zip bulk-ln-1c3bba0a5d23eda61199b915fbc92112227b9411.tar.gz |
Set NDEBUG=1 as default. Fix wrong CMD in dockerfile. Drop indentation in shell block because looks ugly in markdown
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -64,6 +64,7 @@ printMakefile () { printf '%s\n' "EXEC_PREFIX=$exec_prefix" printf '%s\n' "EXEC_SUFFIX=$exec_suffix" printf '%s\n' "BINDIR=$bindir" + printf '%s\n' "NDEBUG=1" # If PROJECT_VERSION set, use it. # If not, try generate via git describe. |