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

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan McGovern <alan@xamarin.com>2013-06-25 19:46:47 +0400
committerAlan McGovern <alan@xamarin.com>2013-06-25 21:49:21 +0400
commita68bf5a4daf5ef48305c59cdd6233fa78cb255de (patch)
tree802765b8fae112f226e0c3a5040b89b535199f80 /Makefile
parent04f24912edec23e1938d5563524967b87ee712cc (diff)
[build] AOT with debug symbols
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7c55083308..0267472d06 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
include main/monodevelop_version
EXTRA_DIST = configure
-MONO_AOT=MONO_PATH=main/build/bin:$(MONO_PATH) mono --aot
+MONO_AOT=MONO_PATH=main/build/bin:$(MONO_PATH) mono --aot --debug
all: update_submodules all-recursive