• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1import("//build/args/blimp_engine.gn")
2
3# Use release build to improve engine performance, especially WebP encoding.
4is_debug = false
5
6# Designate this as an official build to pick up breakpad symbols.
7is_official_build = true
8
9# Turn on DCHECK to find bugs.
10dcheck_always_on = true
11