Skip to content

Instantly share code, notes, and snippets.

@cd789
Created August 14, 2021 06:39
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
#!/bin/bash
gn gen out/x64.release --args='is_debug=false target_cpu="x64" symbol_level=2 v8_enable_object_print=true v8_enable_backtrace=true'
ninja -C out/x64.release d8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment