Skip to content
  • Ben Gamari's avatar
    Pass --no-pie to GCC · 60c299a2
    Ben Gamari authored
    Certain distributions (e.g. Debian and Ubuntu) have enabled PIE be
    default in their GCC packaging. This breaks our abuse of GCC as a linker
    which requires that we pass -Wl,-r, which is incompatible with
    PIE (since the former implies that we are generating a relocatable
    object file and the latter an executable).
    60c299a2