Skip to content
Commit d9cbc45b authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

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: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 4d93ca15
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment