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@xamarin.com>2013-03-07 06:21:03 +0400
committerAlan McGovern <alan@xamarin.com>2013-03-07 06:21:03 +0400
commita262be379c1af9e420908048c511004440e335c1 (patch)
tree4a2d0152f7935da66fbf625120124caa9f1c4d44 /main/Makefile.am
parentb1cb039028e13c4158c86d4dd13efaab5ef6f069 (diff)
Revert "Use the new concurrent sgen mark-sweep when running with make run"
This reverts commit fa761426f081eb6308e6a70257c1b80512a40296. This is a pretty crashy option at the moment. Let's just let people opt in by themselves
Diffstat (limited to 'main/Makefile.am')
-rw-r--r--main/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/main/Makefile.am b/main/Makefile.am
index 035ec61d84..4c12f946f5 100644
--- a/main/Makefile.am
+++ b/main/Makefile.am
@@ -120,8 +120,7 @@ runmd: $(PROGRAM)
$(MD_LAUNCH) --debug $(MD_BIN_PATH)/MonoDevelop.exe --no-redirect
runmd-sgen: $(PROGRAM)
- (MONO_GC_PARAMS=major=marksweep-conc $(MD_LAUNCH)-sgen --debug $(MD_BIN_PATH)/MonoDevelop.exe --no-redirect) \
- || $(MD_LAUNCH)-sgen --debug $(MD_BIN_PATH)/MonoDevelop.exe --no-redirect
+ $(MD_LAUNCH)-sgen --debug $(MD_BIN_PATH)/MonoDevelop.exe --no-redirect
run-debug: $(PROGRAM)
MONODEVELOP_CONSOLE_LOG_LEVEL=All $(MD_LAUNCH) --debug=casts $(MD_BIN_PATH)/MonoDevelop.exe --no-redirect