Try to re-enable -pie
Ubuntu 20.04 has new enough shared-mime-info
This commit is contained in:
parent
491a7fdbae
commit
975d33e6ae
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ if (NOT DESKTOP_APP_USE_PACKAGED OR DESKTOP_APP_SPECIAL_TARGET)
|
||||||
INTERFACE
|
INTERFACE
|
||||||
-Wl,-z,relro
|
-Wl,-z,relro
|
||||||
-Wl,-z,now
|
-Wl,-z,now
|
||||||
# -pie # https://gitlab.gnome.org/GNOME/nautilus/-/issues/1601
|
-pie
|
||||||
)
|
)
|
||||||
target_compile_definitions(common_options
|
target_compile_definitions(common_options
|
||||||
INTERFACE
|
INTERFACE
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue