Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/miloyip/rapidjson.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'build/premake4.lua')
-rw-r--r--build/premake4.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/build/premake4.lua b/build/premake4.lua
index 0c131b57..d971f513 100644
--- a/build/premake4.lua
+++ b/build/premake4.lua
@@ -149,6 +149,9 @@ solution "example"
configuration "vs*"
defines { "_CRT_SECURE_NO_WARNINGS" }
+ configuration "gmake"
+ buildoptions "-Weverything"
+
project "condense"
kind "ConsoleApp"
files "../example/condense/*"