Skip to content

Commit a8f47c4

Browse files
committed
1 parent 7099e4c commit a8f47c4

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ debug = 1
3636
[profile.release]
3737
# Enable after fixing https://github.com/viperproject/prusti-dev/issues/383
3838
# lto = true
39-
# codegen-units = 1
39+
codegen-units = 1
4040
# Enable when profiling
4141
# debug = true

prusti-contracts/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@ resolver = "2"
1010
# This should not be built as part of Prusti (instead being build by `prusti-contracts-build`)
1111
# It would require setting the `build.rustc-wrapper` in a `../.cargo/config.toml` correctly
1212
# But it's unclear how to figure out if we're doing a debug or release build there
13+
14+
[profile.release]
15+
codegen-units = 1

0 commit comments

Comments
 (0)