Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(sys): drop unnecessary flags from vendored build on Linux
- `-fPIC` is not propagated to PCRE2, causing a linker error on Fedora - `-Wp,-D_FORTIFY_SOURCE=2` conflicts with the compiler builtin default value on Ubuntu 24.04 - The remaining flags are also not necessary for testing the modules, and the binary produced by nginx-sys/vendored is not meant to be used in production. Fixes #80
- Loading branch information