cnjinhao / nana

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

Removed extra flags #655

Closed poterba closed 2 years ago

poterba commented 2 years ago

These flags are failing build on Apple M1.

TL;DR

Not activating -march=native by default makes it easier for users to get started; since even performance seekers may not care for it much, this means there's more to lose than gain.