Build debugger tests with disabled code optimizations
authorMarek Safar <marek.safar@gmail.com>
Mon, 18 Feb 2013 18:17:10 +0000 (19:17 +0100)
committerMarek Safar <marek.safar@gmail.com>
Mon, 18 Feb 2013 18:17:42 +0000 (19:17 +0100)
mcs/class/Mono.Debugger.Soft/Makefile

index 5a31821f7999a8187e9e4457b840df7f4be0b9fb..57e2b054b131b37aaa199943227d0bc840a2865d 100644 (file)
@@ -11,7 +11,7 @@ TEST_MCS_FLAGS = /r:Mono.Cecil.dll /r:System.dll /r:System.Core.dll
 test-local: dtest-app.exe dtest-excfilter.exe
 
 dtest-app.exe: Test/dtest-app.cs
-       $(CSCOMPILE) -out:$@ -unsafe -debug Test/dtest-app.cs
+       $(CSCOMPILE) -out:$@ -unsafe -debug -optimize- Test/dtest-app.cs
 
 dtest-excfilter.exe: Test/dtest-excfilter.il
        MONO_PATH=$(topdir)/class/lib/$(PROFILE) $(INTERNAL_ILASM) -out:$@ /exe /debug Test/dtest-excfilter.il