Skip to content

Commit

Permalink
Remove -pie linker flag.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-preston committed Oct 8, 2021
1 parent f77251b commit 13575af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion options_linux.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit 13575af

Please sign in to comment.