[banshee: 19/57] Remove --debug from make run as a workaround for Mono.Addins 0.6.1. Thanks knockte and Laney for the



commit fec29644170ad7900f102f6ccdab74a83a3aa597
Author: Tobias Arrskog <topfs2 xbmc org>
Date:   Mon Jul 4 18:17:57 2011 +0200

    Remove --debug from make run as a workaround for Mono.Addins 0.6.1. Thanks knockte and Laney for the help

 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 999a0cb..dd35931 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -58,7 +58,7 @@ check-bootstrap-env:
 	fi
 
 run: check-bootstrap-env $(MO_FILES)
-	(cd bin; $(MONO) --debug $(BANSHEE_DEV_MONO_OPTIONS) Nereid.exe --debug --uninstalled $(BANSHEE_DEV_OPTIONS))
+	(cd bin; $(MONO) $(BANSHEE_DEV_MONO_OPTIONS) Nereid.exe --uninstalled $(BANSHEE_DEV_OPTIONS))
 
 run-profiled: check-bootstrap-env $(MO_FILES)
 	(cd bin; LD_LIBRARY_PATH=$(LD_LIBRARY_PATH):/usr/local/lib $(MONO) --debug $(BANSHEE_DEV_MONO_OPTIONS) --profile=log:time=fast,calls,noalloc,maxframes=5 Nereid.exe --uninstalled $(BANSHEE_DEV_OPTIONS))



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]