Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3ac6aa62 authored by Maciej Żenczykowski's avatar Maciej Żenczykowski Committed by Automerger Merge Worker
Browse files

Merge "BPF: remove duplicate cflags and update btf flags." into main am: 6b26c3cd

parents dbeccdc0 6b26c3cd
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -24,9 +24,4 @@ package {
bpf {
    name: "gpuMem.o",
    srcs: ["gpuMem.c"],
    btf: true,
    cflags: [
        "-Wall",
        "-Werror",
    ],
}
+2 −4
Original line number Diff line number Diff line
@@ -19,12 +19,10 @@ package {
bpf {
    name: "gpuWork.o",
    srcs: ["gpuWork.c"],
    // Without btf disabled, presubmits will fail.
    btf: false,
    cflags: [
        "-Wall",
        "-Werror",
        "-Wformat",
        "-Wthread-safety",
        "-Wunused",
        "-Wunreachable-code",
    ],
}