commit | 9d22ab6eb612c25e9a1add82b1352e1ec031c40f | [log] [tgz] |
---|---|---|
author | Dimitry Ivanov <dimitry@google.com> | Tue Dec 11 01:46:08 2018 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Tue Dec 11 01:46:08 2018 -0800 |
tree | 88d657cad2f112e3636f445fe0a4f841f201dc28 | |
parent | 7207fa0692303afb96f03efd72e542abac93440d [diff] | |
parent | 23a6c521e6fb6c906e6fe2b91cd8b8996745d630 [diff] |
Merge "Have clang generate full debug info for libvulkan" am: 23a6c521e6 Change-Id: Id4c22f44ba52425a35ac1516d16406fed86b7ab5
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", ],