Skip to content

Commit

Permalink
Backport PR #9998: coq_makefile: do not pass -opt/-byte to coqc (fix #…
Browse files Browse the repository at this point in the history
  • Loading branch information
vbgl committed Apr 29, 2019
2 parents e01d941 + 8e0e6e0 commit bb5719d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/CoqMakefile.in
Expand Up @@ -176,7 +176,7 @@ COQCHKEXTRAFLAGS?=
COQDOCEXTRAFLAGS?=

# these flags do NOT contain the libraries, to make them easier to overwrite
COQFLAGS?=-q $(OPT) $(OTHERFLAGS) $(COQEXTRAFLAGS)
COQFLAGS?=-q $(OTHERFLAGS) $(COQEXTRAFLAGS)
COQCHKFLAGS?=-silent -o $(COQCHKEXTRAFLAGS)
COQDOCFLAGS?=-interpolate -utf8 $(COQDOCEXTRAFLAGS)

Expand Down

0 comments on commit bb5719d

Please sign in to comment.