diff options
Diffstat (limited to 'platform/linuxbsd')
| -rw-r--r-- | platform/linuxbsd/detect.py | 5 | 
1 files changed, 0 insertions, 5 deletions
diff --git a/platform/linuxbsd/detect.py b/platform/linuxbsd/detect.py index 3e3ed469ed..f535c9e7bd 100644 --- a/platform/linuxbsd/detect.py +++ b/platform/linuxbsd/detect.py @@ -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")  |