fix make for mono 3

error CS1902: Invalid debug option `+'.
Valid options are `full' or `pdbonly'
This commit is contained in:
Matthias Mailänder
2013-01-17 20:40:38 +01:00
committed by Chris Forbes
parent 50ceb7c4dd
commit b4e3ce5de6

View File

@@ -1,5 +1,5 @@
CSC = gmcs
CSFLAGS = -nologo -warn:4 -debug:+ -debug:full -optimize- -codepage:utf8 -unsafe
CSFLAGS = -nologo -warn:4 -debug:full -optimize- -codepage:utf8 -unsafe
DEFINE = DEBUG;TRACE
COMMON_LIBS = System.dll System.Core.dll System.Drawing.dll System.Xml.dll thirdparty/ICSharpCode.SharpZipLib.dll
PHONY = core tools package all mods clean distclean