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 ab57ee0 commit 869a465Copy full SHA for 869a465
.github/workflows/ci.yml
@@ -495,11 +495,11 @@ jobs:
495
matrix:
496
configuration:
497
- env_vars:
498
- CFLAGS: '-fsanitize=memory -g'
+ CFLAGS: '-fsanitize=memory -fsanitize-recover=memory -g'
499
500
ECMULTGENPRECISION: 2
501
ECMULTWINDOW: 2
502
- CFLAGS: '-fsanitize=memory -g -O3'
+ CFLAGS: '-fsanitize=memory -fsanitize-recover=memory -g -O3'
503
504
env:
505
ECDH: 'yes'
0 commit comments