1
0
Fork 0

Revert "Re-enable -pie."

This reverts commit 13331633e5.

AppImage hack fired back: #17183
This commit is contained in:
John Preston 2021-11-03 21:34:06 +04:00
parent 393ae95d7f
commit fc65d3305d

View file

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