Skip to content

Commit ff6cde7

Browse files
committed
mk: Stop using snapshot rt/core/std
1 parent 41b02b7 commit ff6cde7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mk/target.mk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
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=1
12-
USE_SNAPSHOT_CORELIB=1
13-
USE_SNAPSHOT_STDLIB=1
11+
USE_SNAPSHOT_RUNTIME=0
12+
USE_SNAPSHOT_CORELIB=0
13+
USE_SNAPSHOT_STDLIB=0
1414

1515
define TARGET_STAGE_N
1616

0 commit comments

Comments
 (0)