[banshee] Booter: Fix --gc=sgen option
- From: Alexander Kojevnikov <alexk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [banshee] Booter: Fix --gc=sgen option
- Date: Mon, 18 Oct 2010 22:53:26 +0000 (UTC)
commit d82aaae01ab6f81fd4f1261e7fe072fe6eab009f
Author: Alexander Kojevnikov <alexander kojevnikov com>
Date: Tue Oct 19 09:53:16 2010 +1100
Booter: Fix --gc=sgen option
src/Clients/Booter/banshee-1.darwin.in | 2 +-
src/Clients/Booter/banshee-1.linux.in | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/Clients/Booter/banshee-1.darwin.in b/src/Clients/Booter/banshee-1.darwin.in
index 1b603bb..e07a1f1 100644
--- a/src/Clients/Booter/banshee-1.darwin.in
+++ b/src/Clients/Booter/banshee-1.darwin.in
@@ -42,7 +42,7 @@ MONO_EXE="$LIB_DIR/banshee-1/Nereid.exe"
MONO_OPTIONS=""
# We are testing the SGen compacting GC
-export MONO_ENV_OPTIONS="--with-gc=sgen"
+export MONO_ENV_OPTIONS="--gc=sgen"
for arg in $*; do
if [ "$arg" = --debug ]; then
diff --git a/src/Clients/Booter/banshee-1.linux.in b/src/Clients/Booter/banshee-1.linux.in
index 97ea29d..f8d091c 100644
--- a/src/Clients/Booter/banshee-1.linux.in
+++ b/src/Clients/Booter/banshee-1.linux.in
@@ -46,7 +46,7 @@ if [ ! -z "$BANSHEE_CLIENT" ]; then
fi
# We are testing the SGen compacting GC
-export MONO_ENV_OPTIONS="--with-gc=sgen"
+export MONO_ENV_OPTIONS="--gc=sgen"
if [ -n "$BANSHEE_DEBUG" -o -n "$BANSHEE_TRACE" -o -n "$BANSHEE_PROFILE" ]; then
MONO_OPTIONS="$BANSHEE_DEBUG $BANSHEE_TRACE $BANSHEE_PROFILE"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]