Fixed gcc warnings on -m486 flag, and use pentium instead.
This commit is contained in:
@@ -87,7 +87,7 @@ endif
|
||||
# assembly language in grDrawTriangle. Larger optimization removes
|
||||
# an extra push in the calling sequence.
|
||||
#
|
||||
CNODEBUG = -O6 -m486 -fomit-frame-pointer -funroll-loops \
|
||||
CNODEBUG = -O6 -mcpu=pentium -fomit-frame-pointer -funroll-loops \
|
||||
-fexpensive-optimizations -ffast-math -DBIG_OPT
|
||||
|
||||
CDEBUG = -g -O
|
||||
|
||||
@@ -120,7 +120,7 @@ endif
|
||||
# assembly language in grDrawTriangle. Larger optimization removes
|
||||
# an extra push in the calling sequence.
|
||||
#
|
||||
CNODEBUG = -O6 -m486 -fomit-frame-pointer -funroll-loops \
|
||||
CNODEBUG = -O6 -mcpu=pentium -fomit-frame-pointer -funroll-loops \
|
||||
-fexpensive-optimizations -ffast-math -DBIG_OPT
|
||||
|
||||
CDEBUG = -g -O
|
||||
|
||||
Reference in New Issue
Block a user