From 4fe5aa5dbaa1f4fb2621d73e053b987664acd358 Mon Sep 17 00:00:00 2001 From: salaaad2 Date: Mon, 30 May 2022 23:04:32 +0200 Subject: smooth mouselook and slowburn(TM) atmosphere --- CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 6a2edc8..8af6e9c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,6 +15,11 @@ add_executable(${PROJECT_NAME} target_link_libraries(${PROJECT_NAME} ${SDL2_LIBRARIES}) +target_compile_options(${PROJECT_NAME} + PRIVATE -O3 + PRIVATE -march=native +) + # Checks if OSX and links appropriate frameworks (only required on MacOS) if (APPLE) target_link_libraries(${PROJECT_NAME} "-framework IOKit") -- cgit v1.2.3