mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 06:01:14 +00:00
Remove -pipe from LINKFLAGS
For some reason this fixes the CI from going OOM.
This commit is contained in:
parent
ef9039ad36
commit
f035e7844f
1 changed files with 0 additions and 1 deletions
|
|
@ -216,7 +216,6 @@ def configure(env):
|
|||
env["AR"] = "gcc-ar"
|
||||
|
||||
env.Append(CCFLAGS=["-pipe"])
|
||||
env.Append(LINKFLAGS=["-pipe"])
|
||||
|
||||
## Dependencies
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue