googletest icon indicating copy to clipboard operation
googletest copied to clipboard

avoid `-lpthread` link option when building with emscripten without threads

Open DoDoENT opened this issue 2 months ago • 0 comments
trafficstars

Having this flag causes emscripten to generate a binary with pthread support, which is not compatible with browsers that do not support pthreads or with web pages that do not enable pthread support

DoDoENT avatar Aug 31 '25 08:08 DoDoENT