Remove fastmath from premake's config

This commit is contained in:
Filip Gawin 2021-01-06 17:22:05 +01:00
parent 493f6cb578
commit 4cb00d3801
1 changed files with 0 additions and 4 deletions

View File

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