Always enable proper symbolize implementation on Windows (#257)

This commit is contained in:
Loo Rong Jie 2019-10-22 08:34:46 +08:00 committed by Derek Mauro
parent 2796d500ae
commit ecc0033b54
5 changed files with 45 additions and 17 deletions

View file

@ -62,6 +62,9 @@ absl_cc_test(
"symbolize_test.cc"
COPTS
${ABSL_TEST_COPTS}
$<$<BOOL:${MSVC}>:-Z7>
LINKOPTS
$<$<BOOL:${MSVC}>:-DEBUG>
DEPS
absl::stack_consumption
absl::symbolize