summaryrefslogtreecommitdiff
blob: 897528aff493b785774760822f3c40b17c5f28bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- a/src/core/MonoDevelop.Core/Makefile.am
+++ b/src/core/MonoDevelop.Core/Makefile.am
@@ -394,7 +394,7 @@
 all: $(ASSEMBLY) $(ASSEMBLY).mdb
 
 $(ASSEMBLY): $(build_sources) $(build_resources)
-	$(CSC) $(CSC_FLAGS) -warnaserror -unsafe -debug -out:$@ -target:library $(REFS) $(build_resources:%=/resource:%) $(build_sources) \
+	$(CSC) $(CSC_FLAGS) -unsafe -debug -out:$@ -target:library $(REFS) $(build_resources:%=/resource:%) $(build_sources) \
 	&& cp $(srcdir)/$(CONFIG) $(top_builddir)/build/bin
 
 $(ASSEMBLY).mdb: $(ASSEMBLY)
--- a/src/core/MonoDevelop.Core/Makefile.in
+++ b/src/core/MonoDevelop.Core/Makefile.in
@@ -809,7 +809,7 @@
 all: $(ASSEMBLY) $(ASSEMBLY).mdb
 
 $(ASSEMBLY): $(build_sources) $(build_resources)
-	$(CSC) $(CSC_FLAGS) -warnaserror -unsafe -debug -out:$@ -target:library $(REFS) $(build_resources:%=/resource:%) $(build_sources) \
+	$(CSC) $(CSC_FLAGS) -unsafe -debug -out:$@ -target:library $(REFS) $(build_resources:%=/resource:%) $(build_sources) \
 	&& cp $(srcdir)/$(CONFIG) $(top_builddir)/build/bin
 
 $(ASSEMBLY).mdb: $(ASSEMBLY)