43a2ce2cb2
local jemalloc of NetBSD: - restrict "os_overcommits" workaround to NetBSD < 8.0 - add debug option
10 lines
235 B
Makefile
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
|