Switching to C++20.

This commit is contained in:
Бранимир Караџић
2025-03-14 21:37:51 -07:00
parent 8e9a998357
commit 71a75aa2fb

View File

@@ -219,7 +219,7 @@ function toolchain(_buildDir, _libDir)
end end
flags { flags {
"Cpp17", "Cpp20",
"ExtraWarnings", "ExtraWarnings",
"FloatFast", "FloatFast",
} }