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

github.com/windirstat/premake-4.x-stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'premake4.lua')
-rw-r--r--premake4.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/premake4.lua b/premake4.lua
index 1c922d5..71851e9 100644
--- a/premake4.lua
+++ b/premake4.lua
@@ -38,7 +38,7 @@ end
targetname "premake4"
language "C"
kind "ConsoleApp"
- flags { "No64BitChecks", "ExtraWarnings", "FatalWarnings" }
+ flags { "No64BitChecks", "ExtraWarnings" }
includedirs { "src/host/lua-5.1.4/src" }
location ( _OPTIONS["to"] )