Don't DCHECK in release builds

NDEBUG was defined for Release builds on Windows, but not on POSIX.

Bug: chromium:856878
Change-Id: I817670c0aa2389da61741a031421f622a1694a16
Reviewed-on: https://gn-review.googlesource.com/1860
Reviewed-by: Brett Wilson <brettw@chromium.org>
Commit-Queue: Scott Graham <scottmg@chromium.org>
1 file changed
tree: 767b40a6ef906efac56a3e881f13a875c10f758a
  1. base/
  2. build/
  3. infra/
  4. tools/
  5. util/
  6. .clang-format
  7. .editorconfig
  8. .gitignore
  9. .style.yapf
  10. AUTHORS
  11. LICENSE
  12. README.md
README.md

GN

GN is a meta-build system that generates build files for Ninja.

Get started with:

git clone https://gn.googlesource.com/gn
cd gn
python build/gen.py
ninja -C out