mirror of
				https://github.com/TeamPiped/piped-proxy.git
				synced 2024-08-14 23:50:45 +00:00 
			
		
		
		
	Merge pull request #73 from TeamPiped/sweep/add-lto-to-release-build
Add LTO to the release build
This commit is contained in:
		
						commit
						022426d5a4
					
				
					 1 changed files with 3 additions and 0 deletions
				
			
		| 
						 | 
					@ -22,3 +22,6 @@ tokio = { version = "1.30.0", features = ["full"] }
 | 
				
			||||||
default = ["webp"]
 | 
					default = ["webp"]
 | 
				
			||||||
avif = ["dep:ravif", "dep:rgb"]
 | 
					avif = ["dep:ravif", "dep:rgb"]
 | 
				
			||||||
webp = ["dep:libwebp-sys"]
 | 
					webp = ["dep:libwebp-sys"]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[profile.release]
 | 
				
			||||||
 | 
					lto = true
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue