Last active
May 18, 2021 10:57
-
-
Save hikiko/3a35655f88ca33db63f949af81f5b421 to your computer and use it in GitHub Desktop.
gn args I've used to build ANGLE
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| use_debug_fission = false | |
| strip_debug_info = false | |
| enable_iterator_debugging = false | |
| is_debug = true | |
| use_dwarf5 = false | |
| enable_dsyms = true | |
| symbol_level = 2 | |
| dcheck_always_on = true | |
| supports_llvm = false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment