Skip to content
Snippets Groups Projects
  • Pietro Fezzardi's avatar
    55eb769a
    Add `-no-pie` to compiler flags · 55eb769a
    Pietro Fezzardi authored
    Add this flag to the flags used for Runtime tests and to the flags used
    in the translate script.
    
    Recent GCC versions (`gcc-7` and later) enable PIE by default, and
    `-fno-pie` apparently is not enough to disable it.
    55eb769a
    History
    Add `-no-pie` to compiler flags
    Pietro Fezzardi authored
    Add this flag to the flags used for Runtime tests and to the flags used
    in the translate script.
    
    Recent GCC versions (`gcc-7` and later) enable PIE by default, and
    `-fno-pie` apparently is not enough to disable it.