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 c435af0 commit 7e7d471Copy full SHA for 7e7d471
compiler/rustc_session/src/options.rs
@@ -1284,7 +1284,7 @@ options! {
1284
"emit bitcode in rlibs (default: yes)"),
1285
extra_filename: String = (String::new(), parse_string, [UNTRACKED],
1286
"extra data to put in each output filename"),
1287
- force_frame_pointers: Option<bool> = (None, parse_opt_bool, [TRACKED],
+ force_frame_pointers: Option<bool> = (Some(true), parse_opt_bool, [TRACKED],
1288
"force use of the frame pointers"),
1289
#[rustc_lint_opt_deny_field_access("use `Session::must_emit_unwind_tables` instead of this field")]
1290
force_unwind_tables: Option<bool> = (None, parse_opt_bool, [TRACKED],
0 commit comments