File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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' ] ; } ;
Original file line number Diff line number Diff 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}"\
You can’t perform that action at this time.
0 commit comments