change CFLAGS to those given in Configure
This commit is contained in:
parent
9715f4786d
commit
488c06579e
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ $cc='gcc';
|
|||
if ($debug)
|
||||
{ $cflags="-g2 -ggdb"; }
|
||||
else
|
||||
{ $cflags="-O3 -fomit-frame-pointer"; }
|
||||
{ $cflags="-DL_ENDIAN -fomit-frame-pointer -O3 -m486 -Wall"; }
|
||||
|
||||
$obj='.o';
|
||||
$ofile='-o ';
|
||||
|
|
Loading…
Reference in a new issue