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