winlibs_mingw icon indicating copy to clipboard operation
winlibs_mingw copied to clipboard

OpenMP not included in Clang builds

Open punter11235 opened this issue 2 years ago • 0 comments

It seems OpenMP was not enabled when compiling Clang for WinLibs builds. I tried using gcc's omp.h but I've get the following error when compiling:

C:/winlib-gcc/mingw64/lib/clang/14.0.6/include/omp.h:308:45: error: 'malloc' attribute takes no arguments __GOMP_NOTHROW attribute((malloc, malloc (omp_free),

Any way to compile winlibs build with OpenMP for Clang included?

punter11235 avatar Dec 07 '22 10:12 punter11235