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

Commit 6b26c3cd authored by Maciej Żenczykowski's avatar Maciej Żenczykowski Committed by Gerrit Code Review
Browse files

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

parents 3067440a 94651264
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",
    ],
}