We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccd950a commit 3ddfd67Copy full SHA for 3ddfd67
1 file changed
codex-rs/.cargo/config.toml
@@ -3,3 +3,7 @@ rustflags = ["-C", "link-arg=/STACK:8388608"]
3
4
[target.'cfg(all(windows, target_env = "gnu"))']
5
rustflags = ["-C", "link-arg=-Wl,--stack,8388608"]
6
+
7
+[build]
8
+# Remap the workspace path to a static string so hashes match across worktrees
9
+rustflags = ["--remap-path-prefix", "$CARGO_MANIFEST_DIR=."]
0 commit comments