diff options
Diffstat (limited to 'rust/Cargo.toml')
| -rw-r--r-- | rust/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 02efc79b..8e174e68 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -30,3 +30,6 @@ members = [ "examples/hlil_lifter", "examples/template" ] + +[profile.release] +debug = 1 |
