mirror of
https://git.rip/DMCA_FUCKER/re3.git
synced 2025-01-12 12:07:04 +00:00
Remove fastmath from premake's config
This commit is contained in:
parent
a51757429e
commit
d9e2b1f0de
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue