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 f5669a3 commit efb92a1Copy full SHA for efb92a1
build_system/build_sysroot.rs
@@ -248,6 +248,9 @@ fn build_clif_sysroot_for_triple(
248
build_cmd.arg("--release");
249
}
250
build_cmd.env("__CARGO_DEFAULT_LIB_METADATA", "cg_clif");
251
+ if compiler.triple.contains("apple") {
252
+ build_cmd.env("CARGO_PROFILE_RELEASE_SPLIT_DEBUGINFO", "packed");
253
+ }
254
spawn_and_wait(build_cmd);
255
256
for entry in fs::read_dir(build_dir.join("deps")).unwrap() {
0 commit comments