You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
eCLM-PDAF: Remove Intel-Debug-Flag "-check all" + Debug builds in CI (#70)
* SetBuildoptions: remove `-check all` from debug flags
We are trying to fix the following problem and suspect that it comes
from the `-check all` flags.
```
==22279==WARNING: MemorySanitizer: use-of-uninitialized-value
```
In the future there could maybe be a more fine-grained handling of
checks.
* CI: Builds with build type "DEBUG"
0 commit comments