@@ -1534,6 +1534,8 @@ options! {
1534
1534
relocation_model: Option <RelocModel > = ( None , parse_relocation_model, [ TRACKED ] ,
1535
1535
"control generation of position-independent code (PIC) \
1536
1536
(`rustc --print relocation-models` for details)") ,
1537
+ relro_level: Option <RelroLevel > = ( None , parse_relro_level, [ TRACKED ] ,
1538
+ "choose which RELRO level to use" ) ,
1537
1539
remark: Passes = ( Passes :: Some ( Vec :: new( ) ) , parse_passes, [ UNTRACKED ] ,
1538
1540
"output remarks for these optimization passes (space separated, or \" all\" )" ) ,
1539
1541
rpath: bool = ( false , parse_bool, [ UNTRACKED ] ,
@@ -1881,8 +1883,6 @@ options! {
1881
1883
"randomize the layout of types (default: no)" ) ,
1882
1884
relax_elf_relocations: Option <bool > = ( None , parse_opt_bool, [ TRACKED ] ,
1883
1885
"whether ELF relocations can be relaxed" ) ,
1884
- relro_level: Option <RelroLevel > = ( None , parse_relro_level, [ TRACKED ] ,
1885
- "choose which RELRO level to use" ) ,
1886
1886
remap_cwd_prefix: Option <PathBuf > = ( None , parse_opt_pathbuf, [ TRACKED ] ,
1887
1887
"remap paths under the current working directory to this path prefix" ) ,
1888
1888
remap_path_scope: RemapPathScopeComponents = ( RemapPathScopeComponents :: all( ) , parse_remap_path_scope, [ TRACKED ] ,
0 commit comments