mirror of
https://github.com/nginx/nginx.git
synced 2024-11-23 20:19:02 +08:00
Fixed a typo of bpf makefile debug option.
This commit is contained in:
parent
b1e07409b1
commit
51857ce404
@ -25,6 +25,6 @@ clean:
|
||||
@rm -f $(RESULT) *.o
|
||||
|
||||
debug: $(PROGNAME).o
|
||||
llvm-objdump -S -no-show-raw-insn $<
|
||||
llvm-objdump -S --no-show-raw-insn $<
|
||||
|
||||
.DELETE_ON_ERROR:
|
||||
|
Loading…
Reference in New Issue
Block a user