summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index f53ab304..3170165b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -37,7 +37,7 @@ OCAMLINITSED := -e 's/@OCamlABI@/$(OCAMLABI)/g' -e '/^\#/d'
OCAMLOPT := $(wildcard /usr/bin/ocamlopt*)
ifneq ($(OCAMLOPT),)
- CONFIGUREOPTS += -opt
+ # CONFIGUREOPTS += -opt
OCAMLINITSED += -e 's/^OPT: //'
else
OCAMLINITSED += -e '/^OPT: /d'