sound/lame: Remove unnecessary optimization args
-O3 already includes -fomit-frame-pointer -fschedule-insns2 Thanks Philip Prindeville for pointing this out and sorry for the noise. Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
This commit is contained in:
parent
20a576aa1f
commit
de641cfb30
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ TARGET_CFLAGS+=-msse
|
|||
endif
|
||||
|
||||
ifeq ($(CONFIG_LAME-LIB_OPTIMIZE_SPEED),y)
|
||||
TARGET_CFLAGS += $(TARGET_CFLAGS) -O3 -fomit-frame-pointer -ffast-math -fschedule-insns2
|
||||
TARGET_CFLAGS += $(TARGET_CFLAGS) -O3 -ffast-math
|
||||
TARGET_CFLAGS := $(filter-out -Os,$(TARGET_CFLAGS))
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue