You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-22 15:06:45 +00:00
Remove -pipe from LINKFLAGS
For some reason this fixes the CI from going OOM.
This commit is contained in:
@@ -216,7 +216,6 @@ def configure(env):
|
|||||||
env["AR"] = "gcc-ar"
|
env["AR"] = "gcc-ar"
|
||||||
|
|
||||||
env.Append(CCFLAGS=["-pipe"])
|
env.Append(CCFLAGS=["-pipe"])
|
||||||
env.Append(LINKFLAGS=["-pipe"])
|
|
||||||
|
|
||||||
## Dependencies
|
## Dependencies
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user