Skip to content
Snippets Groups Projects
Verified Commit dd2e2a31 authored by loqs's avatar loqs
Browse files

Disable Werror when building perf

This replaces extra flags used to disable speciffic warnings being treated as errors.
Related python#9
parent 266a3a25
No related branches found
Tags 115.4.1-1
1 merge request!1Disable Werror when building perf
......@@ -89,7 +89,7 @@ build() {
prefix=/usr \
lib=lib/perf \
perfexecdir=lib/perf \
EXTRA_CFLAGS=' -Wno-error=bad-function-cast -Wno-error=declaration-after-statement -Wno-error=switch-enum' \
WERROR=0 \
NO_SDT=1 \
BUILD_BPF_SKEL=1 \
PYTHON=python \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment