diff --git a/Cargo.toml b/Cargo.toml index 1efc66be..b8961692 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,3 +27,6 @@ gimli = "0.29.0" object = "0.35.0" memmap2 = "0.9.4" nom = "7.1.3" + +[profile.release] +strip = "none"