Author: Armin Rigo <[email protected]>
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
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit