summaryrefslogtreecommitdiff
path: root/win32/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'win32/Makefile')
-rw-r--r--win32/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/win32/Makefile b/win32/Makefile
index 654643a82a..c4bb568570 100644
--- a/win32/Makefile
+++ b/win32/Makefile
@@ -145,7 +145,11 @@ CCLIBDIR = $(CCHOME)\lib
#
#BUILDOPT = $(BUILDOPT) -DPERL_INTERNAL_GLOB
+# Beginnings of interpreter cloning/threads: still rather rough, fails
+# many tests. Do not enable unless you know what you're doing!
#
+#BUILDOPT = $(BUILDOPT) -DUSE_ITHREADS
+
# specify semicolon-separated list of extra directories that modules will
# look for libraries (spaces in path names need not be quoted)
#