We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ce25ac commit c58e0bdCopy full SHA for c58e0bd
CMakeLists.txt
@@ -48,6 +48,7 @@ if (MINGW)
48
endif ()
49
50
# Set -march for the Topple target
51
+target_compile_options(ToppleTest PUBLIC -march=native -O3)
52
target_compile_options(Topple PUBLIC -march=native -O3 -DNDEBUG) # NDEBUG to disable asserts
53
target_compile_options(ToppleTune PUBLIC -DTOPPLE_TUNE -O3 -march=native -DNDEBUG)
54
0 commit comments