<div dir="ltr"><div><div><div>Hi,<br><br></div>With the introduction of the dynamic modules feature nginx is now always exporting its symbols. This is a bit unfortunate for our use case: we incorporate nginx in an embedded device and keep the binary size down by only enabling a couple (static) modules and removing unused symbols with -ffunction-sections -fdata-sections and -Wl,--gc-sections. This makes quite a difference but it now no longer works due to the hardcoded -Wl,-E<br><br></div>I can easily patch the build system but I'm hoping for an official solution. Perhaps some build flag to disable support for dynamic modules?<br><br></div><div>Thanks,<br><br></div>Dirk F.<br></div>