@@ -1489,8 +1489,6 @@ options! {
14891489 "import library generation tool (ignored except when targeting windows-gnu)" ) ,
14901490 embed_bitcode: bool = ( true , parse_bool, [ TRACKED ] ,
14911491 "emit bitcode in rlibs (default: yes)" ) ,
1492- embed_source: bool = ( false , parse_bool, [ TRACKED ] ,
1493- "embed source text in DWARF debug sections (default: no)" ) ,
14941492 extra_filename: String = ( String :: new( ) , parse_string, [ UNTRACKED ] ,
14951493 "extra data to put in each output filename" ) ,
14961494 force_frame_pointers: FramePointer = ( FramePointer :: MayOmit , parse_frame_pointer, [ TRACKED ] ,
@@ -1682,6 +1680,8 @@ options! {
16821680 them only if an error has not been emitted") ,
16831681 ehcont_guard: bool = ( false , parse_bool, [ TRACKED ] ,
16841682 "generate Windows EHCont Guard tables" ) ,
1683+ embed_source: bool = ( false , parse_bool, [ TRACKED ] ,
1684+ "embed source text in DWARF debug sections (default: no)" ) ,
16851685 emit_stack_sizes: bool = ( false , parse_bool, [ UNTRACKED ] ,
16861686 "emit a section containing stack size metadata (default: no)" ) ,
16871687 emit_thin_lto: bool = ( true , parse_bool, [ TRACKED ] ,
0 commit comments