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

github.com/windirstat/windirstat.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Schneider <oliver@assarbad.net>2014-01-27 02:11:59 +0400
committerOliver Schneider <oliver@assarbad.net>2014-01-27 02:11:59 +0400
commit3e53ded94714323f8603215eabacc8bffcd77a08 (patch)
tree23f28370f6d12a9d1431b4b8088425dd184e8ce2 /premake4.lua
parent5c08cdf538e5d28d552309cc1aec99a37def2067 (diff)
Limiting the output from VTRACE()
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 737c727..83177fc 100644
--- a/premake4.lua
+++ b/premake4.lua
@@ -220,7 +220,7 @@ solution (iif(release, slnname, "windirstat"))
targetsuffix ("64")
configuration {"Debug"}
- defines {"_DEBUG", "VTRACE_TO_CONSOLE=1"}
+ defines {"_DEBUG", "VTRACE_TO_CONSOLE=1", "VTRACE_DETAIL=2"}
flags {"Symbols"}
configuration {"Release"}