We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e78c7b6 commit 2635068Copy full SHA for 2635068
.github/workflows/ci.yml
@@ -485,11 +485,11 @@ jobs:
485
matrix:
486
configuration:
487
- env_vars:
488
- CFLAGS: '-fsanitize=memory -g'
+ CFLAGS: '-fsanitize=memory -fsanitize-recover=memory -g'
489
490
ECMULTGENPRECISION: 2
491
ECMULTWINDOW: 2
492
- CFLAGS: '-fsanitize=memory -g -O3'
+ CFLAGS: '-fsanitize=memory -fsanitize-recover=memory -g -O3'
493
494
env:
495
ECDH: 'yes'
0 commit comments