mirror of
https://github.com/tmux/tmux.git
synced 2026-02-15 10:39:25 +00:00
Add a --enable-optimizations configure flag.
This commit is contained in:
@@ -64,6 +64,15 @@ AC_ARG_ENABLE(
|
||||
)
|
||||
AM_CONDITIONAL(IS_DEBUG, test "x$enable_debug" = xyes)
|
||||
|
||||
# Is this --enable-optimizations?
|
||||
AC_ARG_ENABLE(
|
||||
optimizations,
|
||||
AS_HELP_STRING(--enable-optimizations, enable optimization build flags),
|
||||
,
|
||||
enable_optimizations=yes
|
||||
)
|
||||
AM_CONDITIONAL(IS_OPTIMIZED, test "x$enable_optimizations" = xyes)
|
||||
|
||||
# Is this a static build?
|
||||
AC_ARG_ENABLE(
|
||||
static,
|
||||
|
||||
Reference in New Issue
Block a user