Skip to content

Commit 1ec9629

Browse files
committed
Revert default for -Zpacked_bundled_libs back to false
1 parent 4504add commit 1ec9629

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_session/src/options.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1431,7 +1431,7 @@ options! {
14311431
"pass `-install_name @rpath/...` to the macOS linker (default: no)"),
14321432
diagnostic_width: Option<usize> = (None, parse_opt_number, [UNTRACKED],
14331433
"set the current output width for diagnostic truncation"),
1434-
packed_bundled_libs: bool = (true, parse_bool, [TRACKED],
1434+
packed_bundled_libs: bool = (false, parse_bool, [TRACKED],
14351435
"change rlib format to store native libraries as archives"),
14361436
panic_abort_tests: bool = (false, parse_bool, [TRACKED],
14371437
"support compiling tests with panic=abort (default: no)"),

0 commit comments

Comments
 (0)