Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
blob: 3dc45073c6f77587dbedd80121be27d63d745b45 (plain)
1
2
3
4
5
if test "$GCC" = yes; then
  CFLAGS=-O2
else
  CFLAGS='-O -K inline'
fi