mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-util/perf: set make option DEBUG=1 with USE=debug
Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user