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

Commit a7cc50d5 authored by dimitry's avatar dimitry
Browse files

Have clang generate full debug info for libvulkan

Apply -fstandalone-debug cflag to avoid incomplete types in debug_info
for libvulkan.so

Test: make
Change-Id: I9a577aba2f25a6284bc6a4b39e5da5b63a15e93a
parent 5f7692f5
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",
    ],