Return-To-The-Roots / s25client

Return To The Roots (Settlers II(R) Clone)
http://www.rttr.info
GNU General Public License v2.0
470 stars 75 forks source link

Add Arm optimization flags for Raspberry Pi 5 and include ARM 64 Bit #1655

Closed eltorrero closed 3 months ago

eltorrero commented 3 months ago

Adds the optimization flags for Raspberry Pi 5 and also makes sure that 64 bit ARM is included, since CMAKE_SYSTEM_PROCESSOR is aarch64 in that case and not matching the condition "^arm".