[banshee: 54/57] Revert "Remove --debug from make run as a workaround for Mono.Addins bug"



commit d385518599b40293bba692f44083a35f9500842d
Author: Bertrand Lorentz <bertrand lorentz gmail com>
Date:   Thu Feb 9 21:34:18 2012 +0100

    Revert "Remove --debug from make run as a workaround for Mono.Addins bug"
    
    This reverts commit fec29644170ad7900f102f6ccdab74a83a3aa597.

 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index dd35931..999a0cb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -58,7 +58,7 @@ check-bootstrap-env:
 	fi
 
 run: check-bootstrap-env $(MO_FILES)
-	(cd bin; $(MONO) $(BANSHEE_DEV_MONO_OPTIONS) Nereid.exe --uninstalled $(BANSHEE_DEV_OPTIONS))
+	(cd bin; $(MONO) --debug $(BANSHEE_DEV_MONO_OPTIONS) Nereid.exe --debug --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]