1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-13 19:03:52 +02:00
openwrt-packages/sound/lame/Config.in
Daniel Engberg 28aa5e18e0 sound/lame: Add optional experimental optimization
Add optional experimental optimization
Generic approach for --enable-expopt=full

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2017-11-01 13:17:53 +01:00

13 lines
261 B
Plaintext

menu "Configuration"
depends on PACKAGE_lame-lib
config LAME-LIB_OPTIMIZE_SPEED
bool "Optimize for speed"
default n
help
This enables additional experimental
optmization and increases performance
considerably at the expense of binary size.
endmenu