Skip to content

Commit 5c4ffd0

Browse files
committed
build libcore with --enforce-mut-vars
1 parent 713006c commit 5c4ffd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mk/target.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ $$(TLIB$(1)_T_$(2)_H_$(3))/$$(CFG_CORELIB): \
3131
$$(CORELIB_CRATE) $$(CORELIB_INPUTS) \
3232
$$(TSREQ$(1)_T_$(2)_H_$(3))
3333
@$$(call E, compile_and_link: $$@)
34-
$$(STAGE$(1)_T_$(2)_H_$(3)) -o $$@ $$< && touch $$@
34+
$$(STAGE$(1)_T_$(2)_H_$(3)) --enforce-mut-vars -o $$@ $$< && touch $$@
3535

3636
$$(TLIB$(1)_T_$(2)_H_$(3))/$$(CFG_STDLIB): \
3737
$$(STDLIB_CRATE) $$(STDLIB_INPUTS) \

0 commit comments

Comments
 (0)