nginx: Fix compilation with LTO
When CONFIG_USE_LTO=y, the int-size detection script will fail because a
variable gets optimised out. Mark it as volatile to fix the issue.
Signed-off-by:
Andreas Gnau <andreas.gnau@iopsys.eu>
(cherry picked from commit 3b13b08ad98dd15999e83c98f80674c9965d7a10)
Please register or sign in to comment