Added 'make test' and some test scripts which exercise parts of the
[perl4caml.git] / Makefile.config
index 13e36ee..67c0dcb 100644 (file)
@@ -1,5 +1,5 @@
 # perl4caml configuration -*- Makefile -*-
-# $Id: Makefile.config,v 1.20 2004-12-11 15:40:09 rich Exp $
+# $Id: Makefile.config,v 1.21 2005-01-28 23:09:31 rich Exp $
 
 # PERLINCDIR
 # Directory containing the Perl include files, eg. <EXTERN.h>.
@@ -22,12 +22,12 @@ OCAMLLIBDIR := $(shell ocamlc -where)
 # which will turn on experimental support for reference counting.
 # Without this none of the Perl structures that you allocate will get
 # freed.  With this we try to map Perl's reference counting onto
-# OCaml's garbage collection by using finalizers.  There are some
-# problems with this code at the moment, hence it is disabled by
-# default.
+# OCaml's garbage collection by using finalizers.  Although the
+# feature is marked "EXPERIMENTAL", I have fixed most of the bugs
+# and it's now turned on by default.
 
-EXTRA_CFLAGS :=
-#EXTRA_CFLAGS := -DPERL4CAML_REFCOUNTING_EXPERIMENTAL=1
+#EXTRA_CFLAGS :=
+EXTRA_CFLAGS := -DPERL4CAML_REFCOUNTING_EXPERIMENTAL=1
 #EXTRA_CFLAGS := -I/Users/rich/OCaml/lib/ocaml/std-lib
 #EXTRA_CFLAGS := -g