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 17e99ec commit dfd699aCopy full SHA for dfd699a
mk/target.mk
@@ -26,7 +26,7 @@ $$(TLIB$(1)_T_$(2)_H_$(3))/$$(CFG_CORELIB): \
26
$$(CORELIB_CRATE) $$(CORELIB_INPUTS) \
27
$$(TSREQ$(1)_T_$(2)_H_$(3))
28
@$$(call E, compile_and_link: $$@)
29
- $$(STAGE$(1)_T_$(2)_H_$(3)) --lib -o $$@ $$<
+ $$(STAGE$(1)_T_$(2)_H_$(3)) --no-core --lib -o $$@ $$<
30
31
$$(TLIB$(1)_T_$(2)_H_$(3))/$$(CFG_STDLIB): \
32
$$(STDLIB_CRATE) $$(STDLIB_INPUTS) \
0 commit comments