From 9050027e8b75cad2492696292e4ce1435da35e64 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Fri, 28 Feb 2020 12:30:00 -0800 Subject: [PATCH] Remove redundant profile config in cranelift/Cargo.toml --- cranelift/Cargo.toml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/cranelift/Cargo.toml b/cranelift/Cargo.toml index a1836037ec..c8eb79c27a 100644 --- a/cranelift/Cargo.toml +++ b/cranelift/Cargo.toml @@ -45,12 +45,3 @@ walkdir = "2.2" default = ["disas", "wasm", "cranelift-codegen/all-arch"] disas = ["capstone"] wasm = ["wat", "cranelift-wasm"] - -# We want debug symbols on release binaries by default since it allows profiling -# tools to give more accurate information. We can always strip them out later if -# necessary. -[profile.release] -debug = true -# debug-assertions = true # uncomment to make bugpoint blazingly fast! -[profile.bench] -debug = true