The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

cmake: Teach build system how to use ASan on MSVC

+2
+2
cmake/sanitizers/FindASan.cmake
··· 33 33 34 34 # Older deprecated flag for ASan 35 35 "-g -faddress-sanitizer" 36 + 37 + "/fsanitize=address" 36 38 ) 37 39 38 40