chore: enable LTO for release builds
This commit is contained in:
		@@ -12,3 +12,6 @@ itertools = "0.13.0"
 | 
				
			|||||||
rayon = "1.10.0"
 | 
					rayon = "1.10.0"
 | 
				
			||||||
regex = "1.11.1"
 | 
					regex = "1.11.1"
 | 
				
			||||||
thread_local = "1.1.8"
 | 
					thread_local = "1.1.8"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[profile.release]
 | 
				
			||||||
 | 
					lto = true
 | 
				
			||||||
		Reference in New Issue
	
	Block a user