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

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan McGovern <alan.mcgovern@gmail.com>2012-11-07 13:15:12 +0400
committerAlan McGovern <alan.mcgovern@gmail.com>2012-11-07 13:15:12 +0400
commitc11d3021cbf7c09cd19a5bff217d5d8ce3db625e (patch)
tree1215de7ff87911e343c1559372c44fe368dad752 /main/xbuild.include
parentb75a043c2cd149262cdb493ecbc2330ce7495155 (diff)
Diagnostic output ftw
Diffstat (limited to 'main/xbuild.include')
-rw-r--r--main/xbuild.include2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/xbuild.include b/main/xbuild.include
index 49e1b36741..a82d2f2f7a 100644
--- a/main/xbuild.include
+++ b/main/xbuild.include
@@ -14,7 +14,7 @@ PROFILE_NAME=DebugWin32
endif
XBUILD=xbuild
-XBUILD_VERBOSITY=quiet
+XBUILD_VERBOSITY=diagnostic
XBUILD_ARGS=/verbosity:$(XBUILD_VERBOSITY) /nologo /property:CodePage=65001
XBUILD_PROFILE=/property:Configuration=$(PROFILE_NAME)