platform specific CFLAGS don't belong into this Makefile
This commit is contained in:
parent
420125f996
commit
7edc5ed90a
1 changed files with 2 additions and 1 deletions
|
@ -20,7 +20,8 @@ RD_ENC= rd_enc.o
|
|||
# or use
|
||||
#DES_ENC= bx86-elf.o
|
||||
|
||||
CFLAGS= -mpentiumpro $(INCLUDES) $(CFLAG) -O3 -fexpensive-optimizations -funroll-loops -fforce-addr
|
||||
# CFLAGS= -mpentiumpro $(INCLUDES) $(CFLAG) -O3 -fexpensive-optimizations -funroll-loops -fforce-addr
|
||||
CFLAGS= $(INCLUDES) $(CFLAG)
|
||||
|
||||
GENERAL=Makefile
|
||||
TEST=
|
||||
|
|
Loading…
Reference in a new issue