Skip to main content
Filter by
Sorted by
Tagged with
2 votes
0 answers
104 views

If in my CMake I add: add_link_options( -fsanitize=address) When I do: vkCreateDevice In my C++ code, it fails, and I get the errors: [APPLICATION][INFO] Vulkan ...
Zebrafish's user avatar
  • 16.3k