mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 01:44:32 +04:00
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>