You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 19:31:35 +00:00
Merge pull request #50737 from Calinou/linuxbsd-reenable-pie
Re-enable building position-independent executables on Linux/*BSD
This commit is contained in:
@@ -201,11 +201,6 @@ def configure(env):
|
||||
env.Append(CCFLAGS=["-pipe"])
|
||||
env.Append(LINKFLAGS=["-pipe"])
|
||||
|
||||
# -fpie and -no-pie is supported on GCC 6+ and Clang 4+, both below our
|
||||
# minimal requirements.
|
||||
env.Append(CCFLAGS=["-fpie"])
|
||||
env.Append(LINKFLAGS=["-no-pie"])
|
||||
|
||||
## Dependencies
|
||||
|
||||
env.ParseConfig("pkg-config x11 --cflags --libs")
|
||||
|
||||
Reference in New Issue
Block a user