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

Commit 709f4802 authored by Andreas Gampe's avatar Andreas Gampe Committed by android-build-merger
Browse files

Merge "Libunwindstack: Add -O0 to tools defaults on host"

am: 2ed14f39

Change-Id: I4af6be8347e22ecceffcb932bb130a836c0a7d52
parents 373ea1ef 2ed14f39
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -220,6 +220,15 @@ cc_defaults {
        "libbase",
        "liblzma",
    ],
    target: {
        // Always disable optimizations for host to make it easier to debug.
        host: {
            cflags: [
                "-O0",
                "-g",
            ],
        },
    },
}

cc_binary {