Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/build/profiles/bootstrap.make')
-rw-r--r--mcs/build/profiles/bootstrap.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/build/profiles/bootstrap.make b/mcs/build/profiles/bootstrap.make
index 3304851aa9c..b999c1dd5db 100644
--- a/mcs/build/profiles/bootstrap.make
+++ b/mcs/build/profiles/bootstrap.make
@@ -14,7 +14,7 @@
# run the compiler; /r: flags are by default loaded from whatever's
# in the MONO_PATH too).
-MCS = MONO_PATH="$(topdir)/class/lib:$$MONO_PATH" $(RUNTIME) $(topdir)/mcs/mcs.exe
+MCS = MONO_PATH="$(topdir)/class/lib:$$MONO_PATH" $(RUNTIME) -g $(topdir)/mcs/mcs.exe
BOOTSTRAP_MCS = $(MCS)
# nuttzing!