Skip to content

Commit a8db1bd

Browse files
committed
Switch back to not using snapshot libs.
1 parent f219d97 commit a8db1bd

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)