tmp: Disable deprecated warning

This commit is contained in:
Nimrod Gilboa Markevich
2022-07-10 15:17:05 +00:00
parent a2463b739a
commit 281e7b1538

View File

@@ -7,7 +7,7 @@ MIZU_HOME=$(realpath ../../../)
docker build -t mizu-ebpf-builder . || exit 1
BPF_TARGET=amd64
BPF_CFLAGS="-O2 -g -D__TARGET_ARCH_x86"
BPF_CFLAGS="-O2 -g -D__TARGET_ARCH_x86 -Wno-deprecated-declarations"
ARCH=$(uname -m)
if [[ $ARCH == "aarch64" ]]; then
BPF_TARGET=arm64