mirror of
https://github.com/tmux/tmux.git
synced 2025-01-07 16:28:48 +00:00
Remove coverage and profile flags.
This commit is contained in:
parent
1cb8145dc5
commit
e87d808594
@ -30,14 +30,6 @@ AM_CFLAGS += -Wdeclaration-after-statement -Wno-pointer-sign -Wno-attributes
|
|||||||
AM_CFLAGS += -Wno-unused-result
|
AM_CFLAGS += -Wno-unused-result
|
||||||
AM_CPPFLAGS += -DDEBUG
|
AM_CPPFLAGS += -DDEBUG
|
||||||
endif
|
endif
|
||||||
if IS_COVERAGE
|
|
||||||
AM_CFLAGS += -g -O0 --coverage
|
|
||||||
AM_LDFLAGS += --coverage
|
|
||||||
endif
|
|
||||||
if IS_PROFILE
|
|
||||||
AM_CFLAGS += -g -O0 -pg
|
|
||||||
AM_LDFLAGS += -pg
|
|
||||||
endif
|
|
||||||
AM_CPPFLAGS += -iquote.
|
AM_CPPFLAGS += -iquote.
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
14
configure.ac
14
configure.ac
@ -42,20 +42,6 @@ AC_ARG_ENABLE(
|
|||||||
)
|
)
|
||||||
AM_CONDITIONAL(IS_DEBUG, test "x$enable_debug" = xyes)
|
AM_CONDITIONAL(IS_DEBUG, test "x$enable_debug" = xyes)
|
||||||
|
|
||||||
# Is this --enable-coverage?
|
|
||||||
AC_ARG_ENABLE(
|
|
||||||
coverage,
|
|
||||||
AC_HELP_STRING(--enable-coverage, enable coverage build flags)
|
|
||||||
)
|
|
||||||
AM_CONDITIONAL(IS_COVERAGE, test "x$enable_coverage" = xyes)
|
|
||||||
|
|
||||||
# Is this --enable-profile?
|
|
||||||
AC_ARG_ENABLE(
|
|
||||||
profile,
|
|
||||||
AC_HELP_STRING(--enable-profile, enable profile build flags)
|
|
||||||
)
|
|
||||||
AM_CONDITIONAL(IS_PROFILE, test "x$enable_profile" = xyes)
|
|
||||||
|
|
||||||
# Is this a static build?
|
# Is this a static build?
|
||||||
AC_ARG_ENABLE(
|
AC_ARG_ENABLE(
|
||||||
static,
|
static,
|
||||||
|
Loading…
Reference in New Issue
Block a user