1087,1089c1087,1089
< if GetOption('with_asan') and \
< compareVersions(env['GCC_VERSION'], '4.8') >= 0:
< new_env.Append(CCFLAGS='-fsanitize=address')
---
> if GetOption('with_asan'):
> new_env.Append(CCFLAGS=['-fsanitize=address',
> '-fno-omit-frame-pointer'])
1104c1104,1105
< new_env.Append(CCFLAGS='-fsanitize=address')
---
> new_env.Append(CCFLAGS=['-fsanitize=address',
> '-fno-omit-frame-pointer'])