diff options
author | danfe <danfe@FreeBSD.org> | 2016-10-29 01:55:30 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2016-10-29 01:55:30 +0800 |
commit | 4cddce3e343384a7588c6c19a7050239399d05cf (patch) | |
tree | 6c94ac45d7b0953362dd572a0936e7d2ebbf5b05 /lang/spidermonkey185 | |
parent | abe9bcec8025fd9752f8e106e0e3322cc88f23f3 (diff) | |
download | freebsd-ports-gnome-4cddce3e343384a7588c6c19a7050239399d05cf.tar.gz freebsd-ports-gnome-4cddce3e343384a7588c6c19a7050239399d05cf.tar.zst freebsd-ports-gnome-4cddce3e343384a7588c6c19a7050239399d05cf.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/spidermonkey185')
-rw-r--r-- | lang/spidermonkey185/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lang/spidermonkey185/Makefile b/lang/spidermonkey185/Makefile index b8e20e4d8ab5..eb5309d8ecce 100644 --- a/lang/spidermonkey185/Makefile +++ b/lang/spidermonkey185/Makefile @@ -40,7 +40,6 @@ OPTIONS_DEFINE= DEBUG GCZEAL JEMALLOC METHODJIT OPTIMIZE READLINE \ OPTIONS_DEFAULT= METHODJIT OPTIMIZE READLINE THREADSAFE TRACEJIT -DEBUG_DESC= Enable Debug build GCZEAL_DESC= Enable Zealous garbage collecting JEMALLOC_DESC= Use jemalloc as memory allocator METHODJIT_DESC= Enable method JIT support |