docs: build-by-yourself

This commit is contained in:
mzz2017
2023-03-17 15:57:30 +08:00
parent bbf9b8e910
commit 300cb6928a

View File

@ -20,8 +20,7 @@ git submodule update --init
## Minimal dependency build
make GOFLAGS="-buildvcs=false" \
CFLAGS="-D__REMOVE_BPF_PRINTK" \
CC=clang \
NOSTRIP=y
CC=clang
## Normal build
#make