1
1
mirror of https://github.com/henrydcase/pqc.git synced 2024-11-22 15:39:07 +00:00

Make output of sanitizer nicer

This commit is contained in:
Thom Wiggers 2019-04-16 13:24:23 +02:00
parent 327429b625
commit 546d9e41f2
No known key found for this signature in database
GPG Key ID: 001BB0A7CE26E363

View File

@ -57,7 +57,7 @@ def check_functest_sanitizers(implementation):
TYPE=implementation.scheme.type,
SCHEME=implementation.scheme.name,
IMPLEMENTATION=implementation.name,
EXTRAFLAGS='-fsanitize=address,undefined',
EXTRAFLAGS='-g -fsanitize=address,undefined',
working_dir=os.path.join('..', 'test'),
env=env)
try: