mirror of
https://github.com/minetest/irrlicht.git
synced 2025-03-20 19:20:36 +01:00
Minetest using RTTI, so we cannot apply the flag here if we want to start using IPO/LTO. If we keep `-fno-rtti` here, compiler loses part of informations and cannot do efficient optimizations. The benefit of using RTTI on Irrlicht disappears with IPO/LTO on whole binary. Signed-off-by: David Heidelberg <david@ixit.cz>