You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I am using --with-pcre (like here, do I need to also use those cc and ld overrides? Or does the OpenResty build system take care of that when --with-pcre is specified?
Upstream packaged images (e.g.
centos
via RPM) have a set of modules and build flags. See https://github.com/openresty/openresty-packaging/blob/master/rpm/SPECS/openresty.spec#L145Harmonize these flags and make them customizable with build arguments.
For example:
Other things to look at are
cc-opt
andld-opt
. Related to #108The text was updated successfully, but these errors were encountered: