mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-13 03:36:03 +00:00
6931aca983
This allows the compiler to skip stack guards on some functions, leading to better performance at limited security expanse. Examples of such functions include isqrt64 and ComponentManager::PostMessage.