[pypy-commit] stmgc default: Point the default to another demo, because demo2 is failing right now

arigo pypy.commits at gmail.com
Thu Apr 28 11:28:45 EDT 2016


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r1989:60abbf069bc8
Date: 2016-04-28 17:29 +0200
http://bitbucket.org/pypy/stmgc/changeset/60abbf069bc8/

Log:	Point the default to another demo, because demo2 is failing right
	now

diff --git a/c8/demo/Makefile b/c8/demo/Makefile
--- a/c8/demo/Makefile
+++ b/c8/demo/Makefile
@@ -2,9 +2,9 @@
 # Makefile for the demos.
 #
 
-DEBUG_EXE = debug-demo2
-BUILD_EXE = build-demo2
-RELEASE_EXE = release-demo2
+DEBUG_EXE = debug-demo_simple
+BUILD_EXE = build-demo_simple
+RELEASE_EXE = release-demo_simple
 
 debug: $(DEBUG_EXE)       # with prints and asserts
 build: $(BUILD_EXE)       # without prints, but with asserts


More information about the pypy-commit mailing list