diff mbox

[1/2] mpg123: do not disable optimizations

Message ID 1385157641.14731.34.camel@bender
State Accepted
Commit 73343f2135b7aed811025c2a87bcc59cbe683aab
Headers show

Commit Message

Sven Neumann Nov. 22, 2013, 10 p.m. UTC
It seems pointless to disable even the default optimizations.
If at all this should be made dependant on the values of the
BR2_OPTIMIZE variables.

Signed-off-by: Sven Neumann <neumann@teufel.de>
---
 package/mpg123/mpg123.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Peter Korsgaard Nov. 22, 2013, 10:35 p.m. UTC | #1
>>>>> "Sven" == Sven Neumann <neumann@teufel.de> writes:

 > It seems pointless to disable even the default optimizations.
 > If at all this should be made dependant on the values of the
 > BR2_OPTIMIZE variables.

Committed to next, thanks.
diff mbox

Patch

diff --git a/package/mpg123/mpg123.mk b/package/mpg123/mpg123.mk
index 3332249..3db2843 100644
--- a/package/mpg123/mpg123.mk
+++ b/package/mpg123/mpg123.mk
@@ -7,7 +7,7 @@ 
 MPG123_VERSION = 1.16.0
 MPG123_SOURCE = mpg123-$(MPG123_VERSION).tar.bz2
 MPG123_SITE = http://downloads.sourceforge.net/project/mpg123/mpg123/$(MPG123_VERSION)
-MPG123_CONF_OPT = --with-optimization=0 --disable-lfs-alias
+MPG123_CONF_OPT = --disable-lfs-alias
 MPG123_INSTALL_STAGING = YES
 MPG123_LICENSE = LGPLv2.1
 MPG123_LICENSE_FILES = COPYING