mirror of
https://github.com/daeuniverse/dae.git
synced 2025-07-22 05:42:05 +07:00
docs: build-by-yourself
This commit is contained in:
@ -18,7 +18,10 @@ git clone https://github.com/daeuniverse/dae.git
|
|||||||
cd dae
|
cd dae
|
||||||
git submodule update --init
|
git submodule update --init
|
||||||
## Minimal dependency build
|
## 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
|
## Normal build
|
||||||
#make
|
#make
|
||||||
|
Reference in New Issue
Block a user