chore: reset prefer_native
This commit is contained in:
parent
47c9b740b4
commit
ae9b2131c1
2 changed files with 2 additions and 2 deletions
|
|
@ -72,7 +72,7 @@ rec {
|
|||
src = ../src;
|
||||
fullSrc = ../.;
|
||||
inherit debug;
|
||||
leanFlags = [ "-Dinterpreter.prefer_native=true" ];
|
||||
leanFlags = [ "-Dinterpreter.prefer_native=false" ];
|
||||
});
|
||||
in (all: all // all.lean) rec {
|
||||
Init = build { name = "Init"; deps = []; };
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ LEANMAKE_OPTS=\
|
|||
LIB_OUT="${LIB}/lean"\
|
||||
OLEAN_OUT="${LIB}/lean"\
|
||||
BIN_OUT="${CMAKE_BINARY_DIR}/bin"\
|
||||
LEAN_OPTS+="${LEAN_EXTRA_MAKE_OPTS} -Dinterpreter.prefer_native=true"\
|
||||
LEAN_OPTS+="${LEAN_EXTRA_MAKE_OPTS} -Dinterpreter.prefer_native=false"\
|
||||
LEANC_OPTS+="${LEANC_OPTS}"\
|
||||
LEAN_CXX="${CMAKE_CXX_COMPILER_LAUNCHER} ${CMAKE_CXX_COMPILER}"\
|
||||
MORE_DEPS+="${PREV_STAGE}/bin/lean${CMAKE_EXECUTABLE_SUFFIX}"\
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue