Skip to content

Commit 3661dfb

Browse files
committed
configure bytecode default off for testing
1 parent fab1ec7 commit 3661dfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/configure/cmdArgs.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ let default_prefs = {
5050
arch = None;
5151
natdynlink = true;
5252
browser = None;
53-
bytecodecompiler = true;
53+
bytecodecompiler = false;
5454
nativecompiler = NativeNo;
5555
coqwebsite = "http://rocq-prover.org/";
5656
debug = false;

0 commit comments

Comments
 (0)