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 4c43fdc commit 895b830Copy full SHA for 895b830
1 file changed
Makefile.toml
@@ -70,8 +70,8 @@ VOLUME = { value = "/Volumes/BOOT", condition = { env_not_set = ["VOLUME"] } }
70
# Flows that start directly in the member crate, must manually extend the workspace
71
# level makefile using the `extend` keyword.
72
CARGO_MAKE_EXTEND_WORKSPACE_MAKEFILE = true
73
-# Build rust stdlib locally
74
-RUST_STD = "-Zbuild-std=compiler_builtins,core,alloc -Zbuild-std-features=compiler-builtins-mem"
+# Build rust stdlib locally (TODO: expand this var to collectively include other nightly flags)
+RUST_STD = "-Zjson-target-spec -Zbuild-std=compiler_builtins,core,alloc -Zbuild-std-features=compiler-builtins-mem"
75
TARGET_JSON = "${CARGO_MAKE_WORKSPACE_WORKING_DIRECTORY}/targets/${TARGET}.json"
76
DEVICE_FEATURES = "noserial"
77
QEMU_FEATURES = "qemu"
0 commit comments