DescriptionFix Windows crash_generation_server for debug builds without -D_DEBUG
Debug Gecko builds don't build with -D_DEBUG, so the ifdef in
crash_generation_server doesn't work right. The MSDN documentation for
assert says that it's enabled based on the absence of the NDEBUG define,
so using that seems sensible.
R=thestig@chromium.org
BUG=
Committed: https://chromium.googlesource.com/breakpad/breakpad/+/c53ed143108948eb7e2d7ee77dc8c0d92050ce7c
Patch Set 1 #
Messages
Total messages: 4 (0 generated)
|