File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,5 +18,5 @@ rustc-std-workspace-alloc = { path = "./sysroot_src/library/rustc-std-workspace-
1818rustc-std-workspace-std  = { path  = " ./sysroot_src/library/rustc-std-workspace-std" 
1919
2020[profile .release ]
21- debug  = true 
21+ debug  = " limited " 
2222# lto = "fat" # TODO(antoyo): re-enable when the failing LTO tests regarding proc-macros are fixed.
Original file line number Diff line number Diff line change @@ -424,7 +424,7 @@ impl ConfigInfo {
424424            rustflags. push ( "-Csymbol-mangling-version=v0" . to_string ( ) ) ; 
425425        } 
426426
427-         rustflags . push ( "-Cdebuginfo=2" . to_string ( ) ) ; 
427+         
428428
429429        // Since we don't support ThinLTO, disable LTO completely when not trying to do LTO. 
430430        // TODO(antoyo): remove when we can handle ThinLTO. 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments