Always use debug flags for Mono to get decent stacktraces on error.

This commit is contained in:
William S Fulton 2014-03-20 18:55:44 +00:00
commit abd31397fa
12 changed files with 12 additions and 12 deletions

View file

@ -5,7 +5,7 @@ TARGET = example
INTERFACE = example.i
SWIGOPT =
CSHARPSRCS = *.cs
CSHARPFLAGS= -nologo -out:runme.exe
CSHARPFLAGS= -nologo -debug+ -out:runme.exe
check: build
$(MAKE) -f $(TOP)/Makefile csharp_run