diff --git a/.cargo/config.toml b/.cargo/config.toml index 460ec528da..ec13c66114 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,5 +1,5 @@ [target.x86_64-pc-windows-msvc] -rustflags = ["-C", "target-feature=+crt-static", "-C", "debuginfo=0", "-C", "link-arg=/DEBUG:NONE"] +rustflags = ["-C", "target-feature=+crt-static", "-C", "symbol-mangling-version=v0"] [target.'cfg(all(windows, debug_assertions))'] rustflags = [