mirror of
https://github.com/daeuniverse/dae.git
synced 2025-02-22 12:38:34 +07:00
docs: build-by-yourself
This commit is contained in:
parent
feaf05af08
commit
aede17b857
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user