Merge pull request #1624 from esdrubal/getprocesstimes
[mono.git] / mcs / tools / mono-symbolicate / Makefile
index 2e4666a5fd9feae38f6f5e60f284bb3cfb0b1773..7e14ab8a62fe7e42a917c0be74fd0e5417a5c793 100644 (file)
@@ -13,7 +13,7 @@ include ../../build/executable.make
 
 LIB_PATH = $(topdir)/class/lib/$(PROFILE)
 
-MONO = MONO_PATH=$(LIB_PATH)$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH $(RUNTIME)
+MONO = MONO_PATH=$(LIB_PATH)$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH $(RUNTIME) -O=-inline
 
 OUT_DIR = Test/out
 TEST_CS = Test/StackTraceDumper.cs