cnjinhao / nana

a modern C++ GUI library
https://nana.acemind.cn
Boost Software License 1.0
2.32k stars 333 forks source link

compilers.cmake: use correct optflags depending on the arch #689

Open barracuda156 opened 7 months ago

barracuda156 commented 7 months ago

-march= is not supported on PowerPC arch, -mtune= and -mcpu= are.