mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 13:37:12 +00:00
Turn on debug if $VERSION is master rather than commenting and uncommenting.
This commit is contained in:
@ -35,7 +35,7 @@ AC_USE_SYSTEM_EXTENSIONS
|
||||
test "$sysconfdir" = '${prefix}/etc' && sysconfdir=/etc
|
||||
|
||||
# Is this --enable-debug?
|
||||
enable_debug=yes
|
||||
test "x$VERSION" = xmaster && enable_debug=yes
|
||||
AC_ARG_ENABLE(
|
||||
debug,
|
||||
AC_HELP_STRING(--enable-debug, enable debug build flags),
|
||||
|
Reference in New Issue
Block a user