Author: Armin Rigo <[email protected]>
Branch:
Changeset: r1058:543aeede2318
Date: 2014-03-16 20:58 +0100
http://bitbucket.org/pypy/stmgc/changeset/543aeede2318/
Log: Make this comment and reality take a step toward each other
diff --git a/c7/demo/Makefile b/c7/demo/Makefile
--- a/c7/demo/Makefile
+++ b/c7/demo/Makefile
@@ -18,13 +18,13 @@
C_FILES = ../stmgc.c ../stm/*.c
-# note that 'build' is optimized but still contains all asserts
+# note that 'build' is partially optimized but still contains all asserts
debug-%: %.c ${H_FILES} ${C_FILES}
clang -I.. -pthread -DSTM_DEBUGPRINT -DSTM_GC_NURSERY=128 -g -O0 \
$< -o debug-$* -Wall -Werror ../stmgc.c
build-%: %.c ${H_FILES} ${C_FILES}
- clang -I.. -pthread -DSTM_GC_NURSERY=128 -g -O0 \
+ clang -I.. -pthread -DSTM_GC_NURSERY=128 -g -O1 \
$< -o build-$* -Wall -Werror ../stmgc.c
release-%: %.c ${H_FILES} ${C_FILES}
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit