We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8b9f8f7 + 12f4d44 commit b754123Copy full SHA for b754123
Cargo.toml
@@ -136,6 +136,11 @@ debug = false
136
incremental = false
137
overflow-checks = false
138
139
+[profile.release.package.cloudflare]
140
+strip = true
141
+codegen-units = 1
142
+opt-level = 'z'
143
+
144
[[test]]
145
name = "execution_spec"
146
harness = false
cloudflare/Cargo.toml
@@ -25,8 +25,3 @@ serde_qs = "0.12.0"
25
console_error_panic_hook = "0.1.7"
26
protox = "0.5.1"
27
28
-[profile.release]
29
-lto = true
30
-strip = true
31
-codegen-units = 1
32
-opt-level = 'z'
0 commit comments