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