Skip to content

Commit b2aace2

Browse files
committed
Temporarily turn on USE_SNAPSHOT_RUNTIME and USE_SNAPSHOT_CORELIB
1 parent ea2e379 commit b2aace2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mk/target.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
# (resp. corelib), set this flag to 1. It will cause stage1 to use
99
# the snapshot runtime (resp. corelib) rather than the runtime
1010
# (resp. corelib) from the working directory.
11-
USE_SNAPSHOT_RUNTIME=0
12-
USE_SNAPSHOT_CORELIB=0
11+
USE_SNAPSHOT_RUNTIME=1
12+
USE_SNAPSHOT_CORELIB=1
1313

1414
define TARGET_STAGE_N
1515

0 commit comments

Comments
 (0)