Rewild Your Web

build: no debug assertions for release builds

+1 -4
+1 -4
Cargo.toml
··· 253 253 254 254 [profile.release] 255 255 opt-level = 3 256 - debug-assertions = true 257 256 258 257 [profile.production] 259 258 inherits = "release" 260 - debug-assertions = false 261 259 lto = true 262 260 codegen-units = 1 263 - opt-level = "s" 261 + opt-level = 3 264 262 265 263 [profile.production-stripped] 266 264 inherits = "production" ··· 268 266 269 267 [profile.profiling] 270 268 inherits = "release" 271 - debug-assertions = false 272 269 debug = true 273 270 lto = "thin" 274 271 codegen-units = 1