Config.in: add -Og option
[buildroot-gz.git] / package / ustr / Config.in
blob0d9c272b6b96e09b9672796a3749f78da779db04
1 config BR2_PACKAGE_USTR
2         bool "ustr"
3         # unconditionally builds a shared library
4         depends on !BR2_STATIC_LIBS
5         help
6           A small, safe string library.
8           http://www.and.org/ustr/
10 comment "ustr needs a toolchain w/ dynamic library"
11         depends on BR2_STATIC_LIBS