change release optimization

This commit is contained in:
2023-06-07 12:39:58 +02:00
parent 1cdc738839
commit f184982bc1

View File

@@ -28,7 +28,7 @@ target("TowerDefense")
set_warnings("all", "error")
set_optimize("smallest")
set_optimize("fastest")
else -- debug stuff
if is_os("linux") then