1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-06 21:58:01 -04:00

Set UTF8CACHE to avoid slowdown with -DDEBUGGING

This commit is contained in:
Kenichi Ishigaki 2022-03-12 10:43:05 +09:00
parent fc64c4688a
commit 9c6cbfcc51

View file

@ -8,6 +8,9 @@ use if -d ".git", "Test::FailWarnings";
use DBD::SQLite;
use DBD::SQLite::Constants ':dbd_sqlite_string_mode';
# Avoid slowdown with -DDEBUGGING:
${^UTF8CACHE} = 1;
my @texts = ("il était une bergère",
"qui gardait ses moutons",
"elle fit un fromage",