override cflags set to -O2 by configure
[openwrt.git] / package / strace / Config.in
1 config BR2_PACKAGE_STRACE
2         prompt "strace............................ System call tracer"
3         tristate
4         default m if CONFIG_DEVEL
5         help
6           A useful diagnostic, instructional, and debugging tool.
7           Allows you to track what system calls a program makes 
8           while it is running.
9           
10           http://sourceforge.net/projects/strace/
11