Added missing CPU_FLAGS variable
This commit is contained in:
parent
3446d72224
commit
9c52ca926f
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -90,7 +90,7 @@ ifdef USE_PROFILE
|
|||
MORE_CFLAGS += -fprofile-use -fbranch-probabilities -fvpt -funroll-loops -fpeel-loops -ftracer -ftree-loop-distribute-patterns
|
||||
endif
|
||||
|
||||
MY_CFLAGS = $(MORE_CFLAGS) $(DEFAULT_CFLAGS)
|
||||
MY_CFLAGS = $(CPU_FLAGS) $(MORE_CFLAGS) $(DEFAULT_CFLAGS)
|
||||
|
||||
OBJS = \
|
||||
src/akiko.o \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue