diff options
author | Filip Gawin <filip.gawin@zoho.com> | 2021-01-06 17:24:22 +0100 |
---|---|---|
committer | Filip Gawin <filip.gawin@zoho.com> | 2021-01-06 17:24:22 +0100 |
commit | d9e2b1f0deff2c1f2962ff8c54c3439982055073 (patch) | |
tree | c784274dae75558bc3b6f3a3d96ef64f2577bde2 /premake5.lua | |
parent | Implementing our own WAV decoder to replace SndFile (diff) | |
download | re3-d9e2b1f0deff2c1f2962ff8c54c3439982055073.tar re3-d9e2b1f0deff2c1f2962ff8c54c3439982055073.tar.gz re3-d9e2b1f0deff2c1f2962ff8c54c3439982055073.tar.bz2 re3-d9e2b1f0deff2c1f2962ff8c54c3439982055073.tar.lz re3-d9e2b1f0deff2c1f2962ff8c54c3439982055073.tar.xz re3-d9e2b1f0deff2c1f2962ff8c54c3439982055073.tar.zst re3-d9e2b1f0deff2c1f2962ff8c54c3439982055073.zip |
Diffstat (limited to '')
-rw-r--r-- | premake5.lua | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/premake5.lua b/premake5.lua index 26c64c35..9796b8a9 100644 --- a/premake5.lua +++ b/premake5.lua @@ -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" |