diff options
author | Karl Williamson <khw@cpan.org> | 2019-04-04 12:49:41 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2019-04-04 12:59:51 -0600 |
commit | 1a6bbaf6c22e6a612c687bc07a27a475957af232 (patch) | |
tree | 20fb48a633ca72d6251c2e2e8fb88311784f5e5a /lib | |
parent | 2496d8f3f7ebb2a35b8a86708511300ec6d6a38a (diff) | |
download | perl-1a6bbaf6c22e6a612c687bc07a27a475957af232.tar.gz |
mktables: Turn off DEBUG
This inadvertently was left on, slowing down the process a little
Diffstat (limited to 'lib')
-rw-r--r-- | lib/unicore/mktables | 2 | ||||
-rw-r--r-- | lib/unicore/uni_keywords.pl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/unicore/mktables b/lib/unicore/mktables index ee214d1a15..a7e6273b9a 100644 --- a/lib/unicore/mktables +++ b/lib/unicore/mktables @@ -31,7 +31,7 @@ use Text::Tabs; use re "/aa"; use feature 'state'; -sub DEBUG () { 1 } # Set to 0 for production; 1 for development +sub DEBUG () { 0 } # Set to 0 for production; 1 for development my $debugging_build = $Config{"ccflags"} =~ /-DDEBUGGING/; sub NON_ASCII_PLATFORM { ord("A") != 65 } diff --git a/lib/unicore/uni_keywords.pl b/lib/unicore/uni_keywords.pl index 8ffb4c1ad3..1910bf3dab 100644 --- a/lib/unicore/uni_keywords.pl +++ b/lib/unicore/uni_keywords.pl @@ -1259,7 +1259,7 @@ # cb0f591b443cb86b7c5a0ffcd152ec870bf4ad69f53db823510ac42cdf2797eb lib/unicore/extracted/DLineBreak.txt # 509d58289bba5233a586b1ee9d21c79bee506e7b3d6f6429e688961a53353242 lib/unicore/extracted/DNumType.txt # 73192b1b7662d9ea424b779bcda06ccbe57a4121bf28ed981a39a78aa5808d06 lib/unicore/extracted/DNumValues.txt -# 56461f8238f671a5e686ca8cacd508e67d6d0b7a14ac6096938af435f76d36e0 lib/unicore/mktables +# 95c94301f2b7ed54800bda1f278c677777fde8c28f9a07451ed2c9fb315aa61f lib/unicore/mktables # 93cc868487ef3345596041bcb90c302b1b056733bb95233101bc10dc2dbe36b4 lib/unicore/version # 2680b9254eb236c5c090f11b149605043e8c8433661b96efc4a42fb4709342a5 regen/charset_translations.pl # 03e51b0f07beebd5da62ab943899aa4934eee1f792fa27c1fb638c33bf4ac6ea regen/mk_PL_charclass.pl |