Created
August 14, 2021 06:39
-
-
Save cd789/6c0d7d7bda48fff32ba8541dd5551a64 to your computer and use it in GitHub Desktop.
This file contains 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
#!/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