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.
1 parent 7099e4c commit a8f47c4Copy full SHA for a8f47c4
Cargo.toml
@@ -36,6 +36,6 @@ debug = 1
36
[profile.release]
37
# Enable after fixing https://github.com/viperproject/prusti-dev/issues/383
38
# lto = true
39
-# codegen-units = 1
+codegen-units = 1
40
# Enable when profiling
41
# debug = true
prusti-contracts/Cargo.toml
@@ -10,3 +10,6 @@ resolver = "2"
10
# This should not be built as part of Prusti (instead being build by `prusti-contracts-build`)
11
# It would require setting the `build.rustc-wrapper` in a `../.cargo/config.toml` correctly
12
# But it's unclear how to figure out if we're doing a debug or release build there
13
+
14
+[profile.release]
15
0 commit comments