Merge pull request #1624 from esdrubal/getprocesstimes
[mono.git] / mcs / build / config-default.make
index a6969592c55791c5f00906baf0121f9c08eb0577..e351b073af3550739361308ad09c02e1f52c5b8c 100644 (file)
@@ -11,7 +11,7 @@ CODEPAGE = 65001
 
 RUNTIME_FLAGS = 
 TEST_HARNESS = $(topdir)/class/lib/$(PROFILE)/nunit-console.exe
-MCS_FLAGS = $(PLATFORM_DEBUG_FLAGS)
+MCS_FLAGS = 
 MBAS_FLAGS = $(PLATFORM_DEBUG_FLAGS)
 LIBRARY_FLAGS = /noconfig
 ifndef CFLAGS
@@ -30,6 +30,7 @@ TEST_RUNTIME = MONO_PATH="$(topdir)/class/lib/$(PROFILE)$(PLATFORM_PATH_SEPARATO
 
 DEFAULT_MCS_FLAGS := $(MCS_FLAGS)
 DEFAULT_MBAS_FLAGS := $(MBAS_FLAGS)
+DEFAULT_PROFILE := net_4_5
 
 # You shouldn't need to set these but might on a 
 # weird platform.