Make output of sanitizer nicer
This commit is contained in:
parent
327429b625
commit
546d9e41f2
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user