diff options
Diffstat (limited to 'win32')
-rw-r--r-- | win32/Makefile | 10 | ||||
-rw-r--r-- | win32/makefile.mk | 10 |
2 files changed, 0 insertions, 20 deletions
diff --git a/win32/Makefile b/win32/Makefile index 33d920c4a5..500d42afbb 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -204,16 +204,6 @@ BUILDOPT = $(BUILDOPTEXTRA) #BUILDOPT = $(BUILDOPT) -DNO_HASH_SEED # -# This should normally be disabled. Adding -DPERL_POLLUTE enables support -# for old symbols by default, at the expense of extreme pollution. You most -# probably just want to build modules that won't compile with -# perl Makefile.PL POLLUTE=1 -# instead of enabling this. Please report such modules to the respective -# authors. -# -#BUILDOPT = $(BUILDOPT) -DPERL_POLLUTE - -# # This should normally be disabled. Enabling it will disable the File::Glob # implementation of CORE::glob. # diff --git a/win32/makefile.mk b/win32/makefile.mk index 27837729b0..c7053ffb99 100644 --- a/win32/makefile.mk +++ b/win32/makefile.mk @@ -258,16 +258,6 @@ BUILDOPT *= $(BUILDOPTEXTRA) #BUILDOPT += -DNO_HASH_SEED # -# This should normally be disabled. Adding -DPERL_POLLUTE enables support -# for old symbols by default, at the expense of extreme pollution. You most -# probably just want to build modules that won't compile with -# perl Makefile.PL POLLUTE=1 -# instead of enabling this. Please report such modules to the respective -# authors. -# -#BUILDOPT += -DPERL_POLLUTE - -# # This should normally be disabled. Enabling it will disable the File::Glob # implementation of CORE::glob. # |