aboutsummaryrefslogtreecommitdiff
path: root/libs/liblz4/Config.in
blob: d66fb7dc5b8ced6d97462cb60c1b8ab9a0f751f7 (plain)
1
2
3
4
5
6
7
config LZ4_OPTIMIZE_SPEED
	bool "Optimize for speed"
	depends on PACKAGE_liblz4
	help
		This enables additional optimization and
		increases performance considerably at
		the expense of binary size.