From 400a3d073b550800608a99941a792375bf5d4b7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=91=D1=80=D0=B0=D0=BD=D0=B8=D0=BC=D0=B8=D1=80=20=D0=9A?= =?UTF-8?q?=D0=B0=D1=80=D0=B0=D1=9F=D0=B8=D1=9B?= Date: Tue, 7 May 2019 18:52:11 -0700 Subject: [PATCH] Use FloatFast. --- scripts/toolchain.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/toolchain.lua b/scripts/toolchain.lua index ed02d4b..f3775c6 100644 --- a/scripts/toolchain.lua +++ b/scripts/toolchain.lua @@ -195,6 +195,7 @@ function toolchain(_buildDir, _libDir) flags { "Cpp14", "ExtraWarnings", + "FloatFast", } if _ACTION == "gmake" or _ACTION == "ninja" then