From 975d33e6ae5442e330f78a03fb103d8aaaf5018d Mon Sep 17 00:00:00 2001 From: Ilya Fedin Date: Mon, 5 Jun 2023 09:23:04 +0400 Subject: [PATCH] Try to re-enable -pie Ubuntu 20.04 has new enough shared-mime-info --- options_linux.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options_linux.cmake b/options_linux.cmake index c96ff9b..912d50c 100644 --- a/options_linux.cmake +++ b/options_linux.cmake @@ -88,7 +88,7 @@ if (NOT DESKTOP_APP_USE_PACKAGED OR DESKTOP_APP_SPECIAL_TARGET) INTERFACE -Wl,-z,relro -Wl,-z,now - # -pie # https://gitlab.gnome.org/GNOME/nautilus/-/issues/1601 + -pie ) target_compile_definitions(common_options INTERFACE