diff --git a/.cargo/config.toml b/.cargo/config.toml new file mode 100644 index 000000000..b2d2fe269 --- /dev/null +++ b/.cargo/config.toml @@ -0,0 +1,2 @@ +[profile.release] +strip = "symbols" \ No newline at end of file