Remove fastmath from premake's config

This commit is contained in:
Filip Gawin 2021-01-06 17:24:22 +01:00
parent a51757429e
commit d9e2b1f0de
1 changed files with 0 additions and 4 deletions

View File

@ -125,11 +125,9 @@ workspace "reVC"
filter { "platforms:*x86*" }
architecture "x86"
floatingpoint "Fast"
filter { "platforms:*amd64*" }
architecture "amd64"
floatingpoint "Fast"
filter { "platforms:*arm*" }
architecture "ARM"
@ -192,11 +190,9 @@ project "librw"
filter { "platforms:*x86*" }
architecture "x86"
floatingpoint "Fast"
filter { "platforms:*amd64*" }
architecture "amd64"
floatingpoint "Fast"
filter "platforms:win*"
staticruntime "on"