summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilip Gawin <filip.gawin@zoho.com>2021-01-06 17:22:05 +0100
committerFilip Gawin <filip.gawin@zoho.com>2021-01-06 17:22:05 +0100
commit4cb00d3801aebaed3d1f24e31fd7518323c89729 (patch)
tree99f754241d437a320d1b0d9e43061a292e743bf0
parentImplementing our own WAV decoder to replace SndFile (diff)
downloadre3-4cb00d3801aebaed3d1f24e31fd7518323c89729.tar
re3-4cb00d3801aebaed3d1f24e31fd7518323c89729.tar.gz
re3-4cb00d3801aebaed3d1f24e31fd7518323c89729.tar.bz2
re3-4cb00d3801aebaed3d1f24e31fd7518323c89729.tar.lz
re3-4cb00d3801aebaed3d1f24e31fd7518323c89729.tar.xz
re3-4cb00d3801aebaed3d1f24e31fd7518323c89729.tar.zst
re3-4cb00d3801aebaed3d1f24e31fd7518323c89729.zip
-rw-r--r--premake5.lua4
1 files changed, 0 insertions, 4 deletions
diff --git a/premake5.lua b/premake5.lua
index c5812f24..e6f34c9f 100644
--- a/premake5.lua
+++ b/premake5.lua
@@ -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"