Skip to content
  • Vladimir Serbinenko's avatar
    Add -mno-stack-arg-probe on mingw. · f1b35253
    Vladimir Serbinenko authored
    This argument disables generation of calls to __chkstk_ms. Those calls are
    useless on GRUB as function is dummy. Yet they increase module size and
    use limited-range relocations which may not work under some memory layouts.
    We currently don't use such layouts on concerned platforms but lt's correct
    this.
    f1b35253