In perl.git, the branch blead has been updated <https://perl5.git.perl.org/perl.git/commitdiff/1415b48ffc957366424380f485fb6a8f97638a26?hp=6e404ab585deadc1c32d50513f13b50ae395c00d>
- Log ----------------------------------------------------------------- commit 1415b48ffc957366424380f485fb6a8f97638a26 Author: Tomasz Konojacki <[email protected]> Date: Sun Aug 18 04:54:53 2019 +0200 compile perl with -O2 on DragonFly BSD [perl #134372] ----------------------------------------------------------------------- Summary of changes: hints/dragonfly.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hints/dragonfly.sh b/hints/dragonfly.sh index 8966aef8ef..7d0cbd7c88 100644 --- a/hints/dragonfly.sh +++ b/hints/dragonfly.sh @@ -77,3 +77,5 @@ EOCBU case "$usemallocwrap" in '') usemallocwrap='define' ;; esac + +test "$optimize" || optimize='-O2' -- Perl5 Master Repository
