aboutsummaryrefslogtreecommitdiff
path: root/multimedia/vapoursynth
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2020-01-01 09:39:43 +0000
committerJan Beich <jbeich@FreeBSD.org>2020-01-01 09:39:43 +0000
commit517c81917621ce0879605f4feb4107f2c9f0448b (patch)
treea3bcf4d0daf7e3175859c8888427f0d4ad2edd90 /multimedia/vapoursynth
parent36873619377ea566d3535291c77e599f307160ba (diff)
downloadports-517c81917621ce0879605f4feb4107f2c9f0448b.tar.gz
ports-517c81917621ce0879605f4feb4107f2c9f0448b.zip
multimedia/vapoursynth: drop DEBUG option after r478306
Only passes `-O0 -g3 -ggdb` which is just a vendor way of saying to build with debug symbols. `-ftrapv` is slightly different but can be replaced with `-fsanitize=integer` which provides more checks.
Notes
Notes: svn path=/head/; revision=521709
Diffstat (limited to 'multimedia/vapoursynth')
-rw-r--r--multimedia/vapoursynth/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/multimedia/vapoursynth/Makefile b/multimedia/vapoursynth/Makefile
index dc1f485fc47e..8fdfee37dabb 100644
--- a/multimedia/vapoursynth/Makefile
+++ b/multimedia/vapoursynth/Makefile
@@ -20,7 +20,7 @@ INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
DATADIR= ${PREFIX}/lib/vapoursynth
-OPTIONS_DEFINE= DEBUG DOCS FRAME_GUARD
+OPTIONS_DEFINE= DOCS FRAME_GUARD
OPTIONS_DEFAULT=${OPTIONS_GROUP_COMPS} ${OPTIONS_GROUP_PLUGINS}
OPTIONS_SUB= yes
@@ -37,8 +37,6 @@ OPTIONS_GROUP_PLUGINS= ASS EEDI3 IMAGEMAGICK MISCFILTERS MORPHO TESSERACT \
# General options
-DEBUG_CONFIGURE_ENABLE= debug
-
DOCS_BUILD_DEPENDS= sphinx-build:textproc/py-sphinx
DOCS_USES= makeinfo
DOCS_INFO= VapourSynth