KhronosGroup / Vulkan-ValidationLayers

Vulkan Validation Layers (VVL)
https://vulkan.lunarg.com/doc/sdk/latest/linux/khronos_validation_layer.html
Other
768 stars 404 forks source link

build: Add -fstandalone-debug for Clang Debug #8288

Closed spencer-lunarg closed 3 months ago

spencer-lunarg commented 3 months ago

For LLDB on Linux, I get error: summary string parsing error for any string, found from many online sources the simple fix was to add -fstandalone-debug to the clang build

ci-tester-lunarg commented 3 months ago

CI Vulkan-ValidationLayers build queued with queue ID 218164.

ci-tester-lunarg commented 3 months ago

CI Vulkan-ValidationLayers build # 17073 running.

ci-tester-lunarg commented 3 months ago

CI Vulkan-ValidationLayers build # 17073 passed.

spencer-lunarg commented 3 months ago

Any significant changes in the size of VVL binaries in debug build?

No, it looks the same, not fully sure what is different.. assume the strings were there and lldb just had some issue knowing were they started/ended or something