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-06 22:23:22 +0400
committerAlan McGovern <alan@xamarin.com>2013-03-06 22:23:22 +0400
commit49b3ab32b3c8d469341ce2c6d0a491a918db70da (patch)
tree28ed8cb1808adcc6dc67caeadd7810a7a8b6ae56 /main/Makefile.include
parent23954a7b2ccf0630d4127a3a9e68d7c143da50a4 (diff)
Revert "Use the new concurrent sgen mark-sweep when running with make run"
This reverts commit 23954a7b2ccf0630d4127a3a9e68d7c143da50a4. This will prevent 'make run' from working on any mono older than 3.0.3
Diffstat (limited to 'main/Makefile.include')
-rw-r--r--main/Makefile.include1
1 files changed, 0 insertions, 1 deletions
diff --git a/main/Makefile.include b/main/Makefile.include
index e18610f5b6..2b2758ecf6 100644
--- a/main/Makefile.include
+++ b/main/Makefile.include
@@ -15,7 +15,6 @@ MD_LAUNCH_SETUP= \
LD_LIBRARY_PATH="$(LD_LIBRARY_PATH)" \
DYLD_FALLBACK_LIBRARY_PATH="$(DYLD_FALLBACK_LIBRARY_PATH)" \
MONO_GAC_PREFIX="$(MONO_GAC_PREFIX)" \
- MONO_GC_PARAMS=major=marksweep-conc \
MONODEVELOP_LOCALE_PATH="$(abs_top_builddir)/build/locale" \
MONO_ADDINS_REGISTRY="$(MD_BIN_PATH)"