mirror of
https://github.com/openai/codex.git
synced 2026-04-30 11:21:34 +03:00
Attempt 2 to fix release (#12856)
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
[target.'cfg(all(windows, target_env = "msvc"))']
|
||||
rustflags = ["-C", "link-arg=/STACK:8388608"]
|
||||
rustflags = [
|
||||
"-C",
|
||||
"link-arg=/STACK:8388608",
|
||||
"-C",
|
||||
"llvm-args=-function-sections",
|
||||
]
|
||||
|
||||
|
||||
[target.'cfg(all(windows, target_env = "gnu"))']
|
||||
rustflags = ["-C", "link-arg=-Wl,--stack,8388608"]
|
||||
|
||||
Reference in New Issue
Block a user