mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-08 14:48:32 -04:00
applied a patch from RURBAN++ to resolve #70815
This commit is contained in:
parent
b3491d169f
commit
3317480091
1 changed files with 1 additions and 1 deletions
|
@ -301,7 +301,7 @@ WriteMakefile(
|
|||
# this change broke a test under some environment, and thus, may
|
||||
# break other applications eventually. I'm not sure if this is
|
||||
# worth the trouble.
|
||||
OPTIMIZE => '-O2',
|
||||
OPTIMIZE => $Config{optimize} . (($^O eq 'solaris' and !$Config{gccversion}) ? "" : " -O2"),
|
||||
OPTIONAL( '6.48',
|
||||
MIN_PERL_VERSION => '5.006',
|
||||
),
|
||||
|
|
Loading…
Add table
Reference in a new issue