Tabbing again

This commit is contained in:
6arelyFuture 2021-05-11 22:31:28 +02:00
parent c0b0018781
commit 655b76f379
Signed by: Future
GPG Key ID: FA77F074E98D98A5

View File

@ -71,7 +71,7 @@ defines { "_WINDOWS", "WIN32" }
filter "action:gmake*" filter "action:gmake*"
cppdialect "C++17" cppdialect "C++17"
buildoptions "-std=c++17" buildoptions "-std=c++17"
defines { "_LINUX" } defines { "_LINUX" }
configuration "Release" configuration "Release"
optimize "Size" optimize "Size"