1. # Build arguments go here. Examples:
  2. # is_component_build = true
  3. # is_debug = false
  4. # See "gn args <out_dir> --list" for available build arguments.
  5. target_os = "android"
  6. target_cpu = "arm" # (default)
  7. #is_official_build = true
  8. #is_chrome_branded = true
  9. is_debug = false # (default)
  10. dcheck_always_on = true
  11. # static_library = 1
  12. #fastbuild = 1
  13. # Other args you may want to set:
  14. is_component_build = false
  15. #is_clang = true
  16. symbol_level = 0 # Faster build with fewer symbols. -g1 rather than -g2
  17. #enable_incremental_javac = true
  18. enable_nacl = false
  19. remove_webcore_debug_symbols = true
Comments powered by Disqus