OLD | NEW |
---|---|
(Empty) | |
1 # Base GN arg template for blimp. | |
2 # Shared development settings for blimp engine and client. | |
3 | |
4 is_debug = true | |
5 is_clang = true | |
6 symbol_level = 1 # Use -g1 instead of -g2 | |
7 use_goma = true | |
Dirk Pranke
2016/03/02 23:57:32
I don't really think we should check this file in
| |
OLD | NEW |