summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Benjamin Barenblat <bbaren@debian.org>2018-12-29 14:59:07 -0500
committerGravatar Benjamin Barenblat <bbaren@debian.org>2019-01-03 18:24:37 -0500
commit2ab1f145256e0b96045963053e20b86e560a2fc5 (patch)
tree4fe2b86a721aee7726cb0d4c06fc531b2d4f6914
parenta54522df81eaf2ad38454e5e43f2faf2d1a501dc (diff)
debian/rules: Stop configuring with `-debug`
https://github.com/coq/coq/commit/bdc74cd1b945b69f81264cb6df8eb793c0c6817f enabled debugging by default, and the flag’s since been deleted. Stop passing it.
-rwxr-xr-xdebian/rules1
1 files changed, 0 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index dd9cf72c..c12c540d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -38,7 +38,6 @@ CONFIGUREOPTS := -arch Linux -prefix /usr -mandir /usr/share/man \
-browser "/usr/bin/x-www-browser %s &" \
-coqide no \
-with-doc no \
- -debug \
$(NATIVE_COMPUTE)
export OCAMLINIT_SED += \