From fbd24793cb7be2429edafcf11d7dd4a7d11f5c95 Mon Sep 17 00:00:00 2001 From: John Hawthorn Date: Wed, 6 Jul 2022 22:14:25 -0700 Subject: Add --enable-yjit=stats configure option --- yjit/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'yjit/Cargo.toml') diff --git a/yjit/Cargo.toml b/yjit/Cargo.toml index a5208049cb..c7ff31ec2c 100644 --- a/yjit/Cargo.toml +++ b/yjit/Cargo.toml @@ -30,6 +30,9 @@ debug = true debug-assertions = true overflow-checks = true +[profile.stats] +inherits = "release" + [profile.release] # NOTE: --enable-yjit builds use `rustc` without going through Cargo. You # might want to update the `rustc` invocation if you change this profile. -- cgit v1.2.1