pkgsrc/devel/jemalloc/options.mk
rin 43a2ce2cb2 Bump revision in order to make it easier to compare with
local jemalloc of NetBSD:

- restrict "os_overcommits" workaround to NetBSD < 8.0

- add debug option
2019-03-17 13:28:22 +00:00

10 lines
235 B
Makefile

# $NetBSD: options.mk,v 1.1 2019/03/17 13:28:22 rin Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.jemalloc
PKG_SUPPORTED_OPTIONS= debug
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mdebug)
CONFIGURE_ARGS+= --enable-debug
.endif