https://issues.dlang.org/show_bug.cgi?id=19116
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull --- Comment #14 from Dlang Bot <[email protected]> --- @SSoulaimane updated dlang/dmd pull request #9981 "Fix issue 19116 - Segfaults on recent Linux 32 bits distros" fixing this issue: - Fix issue 19116 - Segfaults on recent Linux 32Bits distros Check the linker (cc) on linux if it assumes PIE by default to turn it off when linking non-PIC code. We check the linker build flags since this option only applies to GCC 6 and newer. https://github.com/dlang/dmd/pull/9981 --
