summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorBoredGuy <osome3717@gmail.com>2025-08-27 16:09:56 +0300
committerBoredGuy <osome3717@gmail.com>2025-08-27 16:09:56 +0300
commit6ba7b3ae436bb33375201fb3ffb7dc9e72548f34 (patch)
tree76ca20358c34bd513fe0a7a111240e6e5365860d /CMakeLists.txt
parentf95068d73410aa6d01e8ba91b430ca05d404a57b (diff)
Y SORTINGGGGGG!
- And magit works now thank god
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e1f84a2..5f93b7a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -37,6 +37,7 @@ endif()
if (UNIX)
target_link_libraries(game m)
+ target_compile_options(game PRIVATE -O3)
endif()
if (MSVC)