diff options
Diffstat (limited to 'win32/makefile.mk')
-rw-r--r-- | win32/makefile.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/makefile.mk b/win32/makefile.mk index 206796f273..a0482032e5 100644 --- a/win32/makefile.mk +++ b/win32/makefile.mk @@ -176,9 +176,9 @@ CCLIBDIR *= $(CCHOME)\lib #BUILDOPT += -DPERL_POLLUTE # -# enable this to test the File::Glob implementation of CORE::glob +# enable this to disable the File::Glob implementation of CORE::glob # -#BUILDOPT += -DPERL_INTERNAL_GLOB +#BUILDOPT += -DPERL_EXTERNAL_GLOB # Enabling this runs a cloned toplevel interpreter (fails tests) #BUILDOPT += -DTOP_CLONE |