Merge pull request #463 from strawd/concurrent-requests
[mono.git] / mcs / build / config-default.make
index 32f4cc39e26393bdfb39814f59629ed88f3c148e..124bb2a3f81fe6abaaff5adb3eb68d48c44c75a5 100644 (file)
@@ -6,15 +6,21 @@
 # DO NOT EDIT THIS FILE! Create config.make and override settings
 # there.
 
+# Use UTF-8 as the default encoding for compilers
+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
 CFLAGS = -g -O2
+endif
 prefix = /usr/local
 exec_prefix = $(prefix)
 mono_libdir = $(exec_prefix)/lib
+sysconfdir = $(prefix)/etc
 #RUNTIME = mono
 RUNTIME = false
 TEST_RUNTIME = MONO_PATH="$(topdir)/class/lib/$(PROFILE)$(PLATFORM_PATH_SEPARATOR)$(TEST_MONO_PATH)$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH" $(RUNTIME) --debug
@@ -24,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_x
 
 # You shouldn't need to set these but might on a 
 # weird platform.