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

Commit b2d5156b authored by Dimitry Ivanov's avatar Dimitry Ivanov Committed by android-build-merger
Browse files

Merge "Have clang generate full debug info for libvulkan" am: 23a6c521 am: 9d22ab6e

am: 4ab69915

Change-Id: I6a31b4c2932b7cecc47229224d1a73879afbf537
parents 4286c28e 4ab69915
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -39,6 +39,9 @@ cc_library_shared {
        "-Wno-switch-enum",
        "-Wno-undef",

        // Have clang emit complete debug_info.
        "-fstandalone-debug",

        //"-DLOG_NDEBUG=0",
    ],