xref: /rk3399_rockchip-uboot/lib/Kconfig (revision 3cc83f9d08a80fddf4c1e8e766eff8273f30814c)
1menu "Library routines"
2
3config CC_OPTIMIZE_LIBS_FOR_SPEED
4	bool "Optimize libraries for speed"
5	help
6	  Enabling this option will pass "-O2" to gcc when compiling
7	  under "lib" directory.
8
9	  If unsure, say N.
10
11endmenu
12