trifectatechfoundation / zlib-rs

A safer zlib
zlib License
139 stars 15 forks source link

Stop passing -fno-pic when building for wasm #225

Closed bjorn3 closed 1 month ago

bjorn3 commented 1 month ago

The latest cc version no longer passes -fpic on wasm, so -fno-pic is the default now.