Disabled lto for release build for now
This commit is contained in:
		@@ -5,8 +5,6 @@ edition = "2021"
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
[profile.release]
 | 
					[profile.release]
 | 
				
			||||||
debug = 1
 | 
					debug = 1
 | 
				
			||||||
lto = true
 | 
					 | 
				
			||||||
codegen-units = 1
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
[lints.clippy]
 | 
					[lints.clippy]
 | 
				
			||||||
pedantic = "warn"
 | 
					pedantic = "warn"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user