chore(tfhe): add devo profile to be able to iterate faster on tests

This commit is contained in:
Arthur Meyre
2023-04-11 13:18:07 +02:00
parent 063ad26b9e
commit 32f8561af1

View File

@@ -7,3 +7,8 @@ lto = "fat"
[profile.release]
lto = "fat"
[profile.devo]
inherits = "dev"
opt-level = 3
lto = "off"