]> git.sur5r.net Git - u-boot/blob - lib/Kconfig
88e5da72ecc6ffe619a337b981dcb6c6af206c9a
[u-boot] / lib / Kconfig
1 menu "Library routines"
2
3 config 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
11 endmenu