This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Note SGI stdio/malloc related problem.
[perl5.git] / hints / dec_osf.sh
1 # hints/dec_osf.sh
2 case "$optimize" in
3 '')
4     case "$cc" in 
5     *gcc*) ;;
6     *)  optimize='-O2 -Olimit 2900' ;;
7     esac
8     ;;
9 esac
10 ccflags="$ccflags -DSTANDARD_C"
11 lddlflags='-shared -expect_unresolved "*" -s -hidden'