StephanTLavavej / mingw-distro

MinGW distro build scripts.
494 stars 55 forks source link

enable building gcc with openmp using winpthreads #46

Closed dokipen3d closed 6 years ago

dokipen3d commented 7 years ago

This is kind of a hack to the script as the configure of mingw should really do this for us. I haven't tested the other threading parts, only the openmp hello world.

dokipen3d commented 7 years ago

Yeah flto and atomic probably aren't needed. I copied from somwe here and thought I'd try them.