You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just remove the line. The CMake default Release flags " -O3 -DNDEBUG" will apply and work fine, just make sure you have -D CMAKE_BUILD_TYPE=Release when you run cmake...
Tried to compile nana at AppleClang in Release configuration, got this:
the clang compiler does not support '-march=native'
I'm pretty sure the guilty line is in compilers.cmake
but now I don't know what to do about it.
The text was updated successfully, but these errors were encountered: