Skip to content

Commit

Permalink
[win ci] More debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ejgallego committed Aug 31, 2024
1 parent 58dee25 commit be5f29d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ vendor/coq:
vendor/coq/config/coq_config.ml: vendor/coq
EPATH=$(shell pwd) \
&& cd vendor/coq \
&& ./configure -no-ask -prefix "$$EPATH/_build/install/default/" \
&& ./configure -debug -no-ask -prefix "$$EPATH/_build/install/default/" \
-libdir "$$EPATH/_build/install/default/lib/coq" \
-native-compiler no \
&& cp theories/dune.disabled theories/dune \
Expand All @@ -66,7 +66,7 @@ vendor/coq/config/coq_config.ml: vendor/coq
winconfig:
EPATH=$(shell cygpath -am .) \
&& cd vendor/coq \
&& ./configure -no-ask -prefix "$$EPATH\\_build\\install\\default\\" \
&& ./configure -debug -no-ask -prefix "$$EPATH\\_build\\install\\default\\" \
-libdir "$$EPATH\\_build\\install\\default\\lib\\coq\\" \
-native-compiler no \
&& cp theories/dune.disabled theories/dune \
Expand Down

0 comments on commit be5f29d

Please sign in to comment.