Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 890004
Collapse All | Expand All

(-)a/src/core/bpf/meson.build (+1 lines)
Lines 7-12 endif Link Here
7
bpf_clang_flags = [
7
bpf_clang_flags = [
8
        '-std=gnu11',
8
        '-std=gnu11',
9
        '-Wno-compare-distinct-pointer-types',
9
        '-Wno-compare-distinct-pointer-types',
10
        '-fno-stack-protector',
10
        '-O2',
11
        '-O2',
11
        '-target',
12
        '-target',
12
        'bpf',
13
        'bpf',

Return to bug 890004