From 2ab1f145256e0b96045963053e20b86e560a2fc5 Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Sat, 29 Dec 2018 14:59:07 -0500 Subject: debian/rules: Stop configuring with `-debug` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/coq/coq/commit/bdc74cd1b945b69f81264cb6df8eb793c0c6817f enabled debugging by default, and the flag’s since been deleted. Stop passing it. --- debian/rules | 1 - 1 file changed, 1 deletion(-) 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 += \ -- cgit v1.2.3