diff options
author | Filip Gawin <filip.gawin@zoho.com> | 2021-01-06 17:22:05 +0100 |
---|---|---|
committer | Filip Gawin <filip.gawin@zoho.com> | 2021-01-06 17:22:05 +0100 |
commit | 4cb00d3801aebaed3d1f24e31fd7518323c89729 (patch) | |
tree | 99f754241d437a320d1b0d9e43061a292e743bf0 /premake5.lua | |
parent | Implementing our own WAV decoder to replace SndFile (diff) | |
download | re3-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 |
Diffstat (limited to 'premake5.lua')
-rw-r--r-- | premake5.lua | 4 |
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"
|