diff --git a/Cargo.toml b/Cargo.toml index 9d13d9e..1e4b9fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -177,3 +177,7 @@ opt-level = 3 [profile.dev.package.blowfish] opt-level = 3 + +# Set the default to optimized so fortify works in CI. +[profile.dev.package.tikv-jemalloc-sys] +opt-level = 1