Skip to content

Commit 400a3d0

Browse files
committed
Use FloatFast.
1 parent 3a9d921 commit 400a3d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/toolchain.lua

+1
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ function toolchain(_buildDir, _libDir)
195195
flags {
196196
"Cpp14",
197197
"ExtraWarnings",
198+
"FloatFast",
198199
}
199200

200201
if _ACTION == "gmake" or _ACTION == "ninja" then

0 commit comments

Comments
 (0)