commit | 015423ea22579d170c413ff61a3efa007e05ed86 | [log] [tgz] |
---|---|---|
author | Dmitry Vyukov <dvyukov@google.com> | Fri Jul 30 16:56:36 2021 +0200 |
committer | Copybara-Service <copybara-worker@google.com> | Sun Aug 01 11:36:34 2021 -0700 |
tree | 8da6903e9bf88d6083025e33b2b7ced28a149815 | |
parent | b41504a5af20c2280b53e610ed3121f7355dcbea [diff] |
sanitizers: build tests with -g We currently build tests without -g, which is quite inconvenient. Crash stacks don't have line numbers, gdb don't how line numbers either. Always build tests with -g. Reviewed By: vitalybuka Differential Revision: https://reviews.llvm.org/D107168 GitOrigin-RevId: 3ea3b6b2d411e1507a5a81d29d2ae5de11555202