We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 713006c commit 5c4ffd0Copy full SHA for 5c4ffd0
mk/target.mk
@@ -31,7 +31,7 @@ $$(TLIB$(1)_T_$(2)_H_$(3))/$$(CFG_CORELIB): \
31
$$(CORELIB_CRATE) $$(CORELIB_INPUTS) \
32
$$(TSREQ$(1)_T_$(2)_H_$(3))
33
@$$(call E, compile_and_link: $$@)
34
- $$(STAGE$(1)_T_$(2)_H_$(3)) -o $$@ $$< && touch $$@
+ $$(STAGE$(1)_T_$(2)_H_$(3)) --enforce-mut-vars -o $$@ $$< && touch $$@
35
36
$$(TLIB$(1)_T_$(2)_H_$(3))/$$(CFG_STDLIB): \
37
$$(STDLIB_CRATE) $$(STDLIB_INPUTS) \
0 commit comments