@@ -1494,6 +1494,8 @@ options! {
1494
1494
relocation_model: Option <RelocModel > = ( None , parse_relocation_model, [ TRACKED ] ,
1495
1495
"control generation of position-independent code (PIC) \
1496
1496
(`rustc --print relocation-models` for details)") ,
1497
+ relro_level: Option <RelroLevel > = ( None , parse_relro_level, [ TRACKED ] ,
1498
+ "choose which RELRO level to use" ) ,
1497
1499
remark: Passes = ( Passes :: Some ( Vec :: new( ) ) , parse_passes, [ UNTRACKED ] ,
1498
1500
"output remarks for these optimization passes (space separated, or \" all\" )" ) ,
1499
1501
rpath: bool = ( false , parse_bool, [ UNTRACKED ] ,
@@ -1829,8 +1831,6 @@ options! {
1829
1831
"randomize the layout of types (default: no)" ) ,
1830
1832
relax_elf_relocations: Option <bool > = ( None , parse_opt_bool, [ TRACKED ] ,
1831
1833
"whether ELF relocations can be relaxed" ) ,
1832
- relro_level: Option <RelroLevel > = ( None , parse_relro_level, [ TRACKED ] ,
1833
- "choose which RELRO level to use" ) ,
1834
1834
remap_cwd_prefix: Option <PathBuf > = ( None , parse_opt_pathbuf, [ TRACKED ] ,
1835
1835
"remap paths under the current working directory to this path prefix" ) ,
1836
1836
remap_path_scope: RemapPathScopeComponents = ( RemapPathScopeComponents :: all( ) , parse_remap_path_scope, [ TRACKED ] ,
0 commit comments