blob: 0f9cc6d8d43a6ef0164226f1c50ef0f84ef94810 [file] [log] [blame]
Ben Murdoch097c5b22016-05-18 11:27:45 +01001import("//build/args/blimp_engine.gn")
2
3# Use release build to improve engine performance, especially WebP encoding.
4is_debug = false
5
Ben Murdoch61f157c2016-09-16 13:49:30 +01006# Designate this as an official build to pick up breakpad symbols.
7is_official_build = true
8
Ben Murdoch097c5b22016-05-18 11:27:45 +01009# Turn on DCHECK to find bugs.
10dcheck_always_on = true