diff --git a/CMakeLists.txt b/CMakeLists.txt index 43b5c2c..ee0237f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,3 +14,9 @@ add_executable(one src/main.c) # target_link_libraries(one m Qt6::Widgets Qt6::Gui) target_link_libraries(one m) + +target_compile_options(one PRIVATE + -O3 + -march=native + -ffast-math +)