diff --git a/Cargo.toml b/Cargo.toml index bbf75184..1a3f560f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -166,3 +166,8 @@ codegen-units = 16 [features] default=[] loam=[] + + +# Ascent will be compiled with -Copt-level=3 . This includes build dependencies. +[profile.dev.package."ascent"] +opt-level = 3