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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorAtsushi Eno <atsushieno@gmail.com>2004-11-05 02:21:23 +0300
committerAtsushi Eno <atsushieno@gmail.com>2004-11-05 02:21:23 +0300
commit5f46c8850acb76d256ac9fa5e427e50a22f1f5de (patch)
tree6737c14f0c2e1cfe344394d724893ea719807841 /web
parentac607df62009a2c0a984bb9f59853e04c3a71129 (diff)
2004-11-05 Atsushi Enomoto <atsushi@ximian.com>
* makefile : run mono with --debug to keep track of problems. svn path=/trunk/mono/; revision=35674
Diffstat (limited to 'web')
-rw-r--r--web/web/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/web/makefile b/web/web/makefile
index 0b6db9b57cd..e44938a61ed 100644
--- a/web/web/makefile
+++ b/web/web/makefile
@@ -1,6 +1,6 @@
ifeq ($(findstring CYGWIN,$(shell uname)),)
CSC=mcs
-RUN_MONO=mono
+RUN_MONO=mono --debug
else
CSC=csc /nologo
endif