mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Build Change
- Now builds optimized by default. Can be overridden with: ./configure --enable-debug=on
This commit is contained in:
parent
c00e5138e0
commit
8145b7b28e
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ CXXFLAGS="${CXXFLAGS=}"
|
|||
# to the configure script (./configure --enable-debug)
|
||||
# Check if we have enable debug support.
|
||||
AC_MSG_CHECKING(whether to enable debugging)
|
||||
debug_default="yes"
|
||||
debug_default="no"
|
||||
AC_ARG_ENABLE(debug, [ --enable-debug=[no/yes] turn on debugging
|
||||
[default=$debug_default]],, enable_debug=$debug_default)
|
||||
# Yes, shell scripts can be used
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue