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.
-Zpacked_bundled_libs
1 parent 4504add commit 1ec9629Copy full SHA for 1ec9629
compiler/rustc_session/src/options.rs
@@ -1431,7 +1431,7 @@ options! {
1431
"pass `-install_name @rpath/...` to the macOS linker (default: no)"),
1432
diagnostic_width: Option<usize> = (None, parse_opt_number, [UNTRACKED],
1433
"set the current output width for diagnostic truncation"),
1434
- packed_bundled_libs: bool = (true, parse_bool, [TRACKED],
+ packed_bundled_libs: bool = (false, parse_bool, [TRACKED],
1435
"change rlib format to store native libraries as archives"),
1436
panic_abort_tests: bool = (false, parse_bool, [TRACKED],
1437
"support compiling tests with panic=abort (default: no)"),
0 commit comments