docs: build-by-yourself

This commit is contained in:
mzz2017 2023-03-17 15:40:49 +08:00
parent feaf05af08
commit aede17b857

View File

@ -18,7 +18,10 @@ git clone https://github.com/daeuniverse/dae.git
cd dae
git submodule update --init
## Minimal dependency build
make GOFLAGS="-buildvcs=false" CC=clang NOSTRIP=y
make GOFLAGS="-buildvcs=false" \
CFLAGS="-D__REMOVE_BPF_PRINTK" \
CC=clang \
NOSTRIP=y
## Normal build
#make