commit | 23a6c521e6fb6c906e6fe2b91cd8b8996745d630 | [log] [tgz] |
---|---|---|
author | Dimitry Ivanov <dimitry@google.com> | Tue Dec 11 09:30:51 2018 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Dec 11 09:30:51 2018 +0000 |
tree | 88d657cad2f112e3636f445fe0a4f841f201dc28 | |
parent | e6fa79383bb976d6989de794372bf047f3b6196c [diff] | |
parent | a7cc50d5a54313df932e4773a56859056ac09f43 [diff] |
Merge "Have clang generate full debug info for libvulkan"
diff --git a/vulkan/libvulkan/Android.bp b/vulkan/libvulkan/Android.bp index 7eaf7b2..fed8481 100644 --- a/vulkan/libvulkan/Android.bp +++ b/vulkan/libvulkan/Android.bp
@@ -39,6 +39,9 @@ "-Wno-switch-enum", "-Wno-undef", + // Have clang emit complete debug_info. + "-fstandalone-debug", + //"-DLOG_NDEBUG=0", ],