1
0
Fork 0

Remove -pie linker flag.

See https://gitlab.gnome.org/GNOME/nautilus/-/issues/1601
This commit is contained in:
John Preston 2021-10-08 10:25:32 +04:00
parent f77251b2c1
commit 13575af1f3

View file

@ -104,7 +104,7 @@ if (NOT DESKTOP_APP_USE_PACKAGED)
-rdynamic
-fwhole-program
-Wl,-z,relro
-pie
# -pie # https://gitlab.gnome.org/GNOME/nautilus/-/issues/1601
)
endif()