QuTech-Delft / qx-simulator

QX Simulator
Other
16 stars 12 forks source link

Fix issues raised by Address Sanitizer, then enable Address Sanitizer for GitHub Actions debug builds #135

Open rturrado opened 1 year ago

rturrado commented 1 year ago

CMakeLists.txt contains the necessary code to build with Address Sanitizer, via the ASAN_ENABLED build flag.

However, we are not using this flag at the moment in GitHub Actions because the sanitizer is raising some issues when running the tests.

We have to fix those issues and then enable the Address Sanitizer for GitHub Actions debug builds.