httping: don't override optimization level, correctly disable debug support
authorPeter Korsgaard <jacmet@sunsite.dk>
Sun, 20 Jan 2013 20:12:11 +0000 (21:12 +0100)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sun, 20 Jan 2013 20:17:49 +0000 (21:17 +0100)
commitd9cbc45b92d760c1c7651ae48bf8d29e55533e32
tree46271deea805f442f9dc489420134a113f7fc101
parent4d93ca15bce45484305136fd4cd46d52b398b8b8
httping: don't override optimization level, correctly disable debug support

The httping makefile by default appends -O3 to CFLAGS, overriding the
optimization flags set in Buildroot, so pass OFLAGS= to disable this.

The DEBUG=no argument has to be passed on the make cmdline and not in the
environment to take effect, as it is unconditionally set in the Makefile.
Notice that it shouldn't be passed to 'make install', as that otherwise
will try to run the host strip program.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/httping/httping.mk