2019-11-04 22:43:32 +01:00
|
|
|
# $NetBSD: options.mk,v 1.2 2019/11/04 21:43:46 rillig Exp $
|
2014-12-30 16:50:28 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.qore-json-module
|
|
|
|
PKG_SUPPORTED_OPTIONS= debug
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
|
|
|
|
.if !empty(PKG_OPTIONS:Mdebug)
|
2019-11-04 22:43:32 +01:00
|
|
|
CONFIGURE_ARGS+= --enable-debug
|
2014-12-30 16:50:28 +01:00
|
|
|
.else
|
2019-11-04 22:43:32 +01:00
|
|
|
CONFIGURE_ARGS+= --disable-debug
|
2014-12-30 16:50:28 +01:00
|
|
|
.endif
|