mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
Merge pull request #5050 from diizzyy/patch-106
sound/lame: Remove unnecessary optimization args
This commit is contained in:
+1
-1
@@ -63,7 +63,7 @@ TARGET_CFLAGS+=-msse
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(CONFIG_LAME-LIB_OPTIMIZE_SPEED),y)
|
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))
|
TARGET_CFLAGS := $(filter-out -Os,$(TARGET_CFLAGS))
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user