ngscopeclient / scopehal-apps

ngscopeclient and other client applications for libscopehal.
https://www.ngscopeclient.org/
BSD 3-Clause "New" or "Revised" License
534 stars 83 forks source link

Fix build with SANITIZE #685

Closed d235j closed 4 months ago

d235j commented 4 months ago

Trying to enable all the sanitizers is silly and won't work. This just enables AddressSanitizer and UBSan, which can be used together on GCC and Clang.