Skip to content

d/rules: Fix PIE crash

The switch in gcc to produce Position Independent Executables by default has triggered some latent bug in Mildenhall/Thornbury, causing the corruption of some pointers. By disabling PIE when building the application the issue is avoided.

Signed-off-by: Frédéric Danis frederic.danis@collabora.com

Merge request reports