Skip to content

Commit ddcf07b

Browse files
committed
chore: restore original bootstrapping
1 parent 2635c4e commit ddcf07b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nix/bootstrap.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ lib.warn "The Nix-based build is deprecated" rec {
7979
fullSrc = src;
8080
srcPath = "$PWD/src:$PWD/src/lake";
8181
inherit debug;
82-
leanFlags = [ "-DwarningAsError=true" "-Dinterpreter.prefer_native=true" ];
82+
leanFlags = [ "-DwarningAsError=true" ];
8383
} // args);
8484
Init' = build { name = "Init"; deps = []; };
8585
Std' = build { name = "Std"; deps = [ Init' ]; };

src/stdlib.make.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ LEANMAKE_OPTS=\
1818
LIB_OUT="${LIB}/lean"\
1919
OLEAN_OUT="${LIB}/lean"\
2020
BIN_OUT="${CMAKE_BINARY_DIR}/bin"\
21-
LEAN_OPTS+="${LEAN_EXTRA_MAKE_OPTS} -Dinterpreter.prefer_native=true"\
21+
LEAN_OPTS+="${LEAN_EXTRA_MAKE_OPTS}"\
2222
LEANC_OPTS+="${LEANC_OPTS}"\
2323
LEAN_AR="${CMAKE_AR}"\
2424
MORE_DEPS+="${PREV_STAGE}/bin/lean${PREV_STAGE_CMAKE_EXECUTABLE_SUFFIX}"\

0 commit comments

Comments
 (0)