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
Loading
Please sign in to comment