diff --git a/Cargo.toml b/Cargo.toml index 5e3bc2966..03e25f442 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,3 +49,6 @@ bitdepth_16 = [] # unless we enable the basic optimizations (`opt-level = 1`), # which don't increase compile-time that much. opt-level = 1 + +[profile.release] +codegen-units = 1