Merge pull request #4033 from ntherning/no-stdcall-for-icalls-on-windows-32-bit
[mono.git] / mcs / build / config-default.make
index 9e4fcf64a306bda16b94c324ae81371f7e951156..40d2c6f1c758d2a32a23caf2f1be29e0a52be328 100644 (file)
@@ -9,11 +9,12 @@
 # Use UTF-8 as the default encoding for compilers
 CODEPAGE = 65001
 
-RUNTIME_FLAGS = 
+RUNTIME_FLAGS =
 TEST_HARNESS = $(topdir)/class/lib/$(PROFILE)/$(PARENT_PROFILE)nunit-lite-console.exe
+PLATFORM_DEBUG_FLAGS = /debug:portable
 MCS_FLAGS = 
-MBAS_FLAGS = $(PLATFORM_DEBUG_FLAGS)
-LIBRARY_FLAGS = /noconfig
+MBAS_FLAGS = -debug
+LIBRARY_FLAGS =
 ifndef CFLAGS
 CFLAGS = -g -O2
 endif