summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuilherme Amadio <amadio@gentoo.org>2024-06-17 17:31:59 +0200
committerGuilherme Amadio <amadio@gentoo.org>2024-06-17 17:32:36 +0200
commit9ce554d1fc45f2abf442cff7fb9a06b2a96460a1 (patch)
treee225136eab35dd3405caf4277c26df5bbd1dbc7e /dev-util
parentdev-libs/vc: add 1.4.5 (diff)
downloadgentoo-9ce554d1fc45f2abf442cff7fb9a06b2a96460a1.tar.gz
gentoo-9ce554d1fc45f2abf442cff7fb9a06b2a96460a1.tar.bz2
gentoo-9ce554d1fc45f2abf442cff7fb9a06b2a96460a1.zip
dev-util/perf: set make option DEBUG=1 with USE=debug
Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/perf/perf-6.9.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-util/perf/perf-6.9.ebuild b/dev-util/perf/perf-6.9.ebuild
index ead4f9c89c18..b371ff4a861a 100644
--- a/dev-util/perf/perf-6.9.ebuild
+++ b/dev-util/perf/perf-6.9.ebuild
@@ -287,6 +287,7 @@ perf_make() {
NO_ZLIB=
TCMALLOC=$(usex tcmalloc 1 "")
WERROR=0
+ DEBUG=$(usex debug 1 "")
LIBDIR="/usr/libexec/perf-core"
libdir="${EPREFIX}/usr/$(get_libdir)"
plugindir="${EPREFIX}/usr/$(get_libdir)/perf/plugins"