diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2016-10-29 01:55:30 +0800 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2016-10-29 01:55:30 +0800 |
commit | bb20c8e307977df3a0f18ac1ef7c81f9cdc755ef (patch) | |
tree | 6c94ac45d7b0953362dd572a0936e7d2ebbf5b05 /lang/spidermonkey170 | |
parent | a1f74e4f5efd7dd29be2e09eefc015ac6a3e6ced (diff) | |
download | freebsd-ports-gnome-bb20c8e307977df3a0f18ac1ef7c81f9cdc755ef.tar.gz freebsd-ports-gnome-bb20c8e307977df3a0f18ac1ef7c81f9cdc755ef.tar.zst freebsd-ports-gnome-bb20c8e307977df3a0f18ac1ef7c81f9cdc755ef.zip |
Do not redefine DEBUG_DESC when its meaning more or less matches the default
option description. Those ports where it meant something more specific were
left untouched.
Diffstat (limited to 'lang/spidermonkey170')
-rw-r--r-- | lang/spidermonkey170/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lang/spidermonkey170/Makefile b/lang/spidermonkey170/Makefile index 00637b11cd2d..b630b211706b 100644 --- a/lang/spidermonkey170/Makefile +++ b/lang/spidermonkey170/Makefile @@ -31,7 +31,6 @@ OPTIONS_DEFINE= DEBUG DTRACE GCZEAL JEMALLOC METHODJIT OPTIMIZE READLINE \ OPTIONS_DEFAULT= METHODJIT OPTIMIZE READLINE THREADSAFE TRACEJIT OPTIONS_SUB= yes -DEBUG_DESC= Enable Debug build DEBUG_CONFIGURE_ENABLE= debug debug-symbols DEBUG_CONFIGURE_DISABLE=debug DTRACE_DESC= Build with DTrace probes # move to bsd.options.desc.mk |