nginx / unit

NGINX Unit - universal web app server - a lightweight and versatile open source server that simplifies the application stack by natively executing application code across eight different programming language runtimes.
https://unit.nginx.org
Apache License 2.0
5.25k stars 321 forks source link

No need to explicitly set -fno-strict-aliasing in the wasm module now #1237

Closed ac000 closed 1 month ago

ac000 commented 2 months ago

Since commit 0b5223e1c ("Disable strict-aliasing in clang by default") we explicitly always build with -fno-strict-aliasing so there's no need to set it independently in auto/modules/wasm

ac000 commented 1 month ago

Rebased with master