[MLton-commit] r4066
Matthew Fluet
MLton@mlton.org
Mon, 5 Sep 2005 04:30:12 -0700
Added models target to check all models.
----------------------------------------------------------------------
U mlton/branches/on-20050822-x86_64-branch/runtime/gc/Makefile
----------------------------------------------------------------------
Modified: mlton/branches/on-20050822-x86_64-branch/runtime/gc/Makefile
===================================================================
--- mlton/branches/on-20050822-x86_64-branch/runtime/gc/Makefile 2005-09-05 11:29:12 UTC (rev 4065)
+++ mlton/branches/on-20050822-x86_64-branch/runtime/gc/Makefile 2005-09-05 11:30:09 UTC (rev 4066)
@@ -110,6 +110,7 @@
( \
for m in $(MODELS); do \
$(CC) $(CFLAGS) -DGC_MODEL_$$m -c -o gc.$$m.o gc.c; \
+ $(CC) $(CFLAGS) $(DEBUGFLAGS) -O1 -DASSERT=1 -DGC_MODEL_$$m -c -o gc-gdb.$$m.o gc.c; \
done; \
)