diff options
author | withmorten <morten.with@gmail.com> | 2021-02-03 23:26:19 +0100 |
---|---|---|
committer | withmorten <morten.with@gmail.com> | 2021-02-03 23:29:25 +0100 |
commit | 1525b105e2d107bd7392a17ed17cac561e0493a1 (patch) | |
tree | d94f29129fc7688d869028b222026cbc12e942e8 /premake5.lua | |
parent | sync readme with master (diff) | |
download | re3-1525b105e2d107bd7392a17ed17cac561e0493a1.tar re3-1525b105e2d107bd7392a17ed17cac561e0493a1.tar.gz re3-1525b105e2d107bd7392a17ed17cac561e0493a1.tar.bz2 re3-1525b105e2d107bd7392a17ed17cac561e0493a1.tar.lz re3-1525b105e2d107bd7392a17ed17cac561e0493a1.tar.xz re3-1525b105e2d107bd7392a17ed17cac561e0493a1.tar.zst re3-1525b105e2d107bd7392a17ed17cac561e0493a1.zip |
Diffstat (limited to '')
-rw-r--r-- | premake5.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/premake5.lua b/premake5.lua index f2e6a71f..f49e024c 100644 --- a/premake5.lua +++ b/premake5.lua @@ -204,6 +204,7 @@ project "librw" architecture "amd64" filter "platforms:win*" + defines { "_CRT_SECURE_NO_WARNINGS", "_CRT_NONSTDC_NO_DEPRECATE" } staticruntime "on" buildoptions { "/Zc:sizedDealloc-" } |