Permalink
Please
sign in to comment.
Browse files
Strip -no-native-compiler
It's not needed in Coq >= 8.5rc1 (or 8.5beta3?)
- Loading branch information
Showing
with
11 additions
and 11 deletions.
- +1 −1 Makefile.am
- +1 −1 coq/theories/.dir-locals.el
- +2 −2 etc/ci/install_coq.sh
- +1 −1 etc/dpdgraph-0.4alpha/hoqthmdep
- +1 −1 hoq-config.in
- +1 −1 hoqc
- +1 −1 hoqdep
- +1 −1 hoqide
- +1 −1 hoqtop
- +1 −1 hoqtop.byte
@@ -1,4 +1,4 @@ | ||
((coq-mode . ((eval . (let ((default-directory (locate-dominating-file | ||
buffer-file-name ".dir-locals.el"))) | ||
(make-local-variable 'coq-prog-args) | ||
(setq coq-prog-args `("-no-native-compiler" "-indices-matter" "-boot" "-nois" "-coqlib" ,(expand-file-name "..") "-R" ,(expand-file-name ".") "Coq" "-emacs"))))))) | ||
(setq coq-prog-args `("-indices-matter" "-boot" "-nois" "-coqlib" ,(expand-file-name "..") "-R" ,(expand-file-name ".") "Coq" "-emacs"))))))) |
0 comments on commit
88ed234