Skip to content

Commit

Permalink
caveats
Browse files Browse the repository at this point in the history
  • Loading branch information
ialex32x committed Jun 8, 2024
1 parent 1929bc4 commit 204175a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_v8_windows_x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
echo _____sync_____
call gclient sync
echo _____ninja_____
echo _____ninja_____ dont know why v8gen.py cant properly generate files we want
call gn gen .\out.gn\x64.release -args="is_component_build=false is_debug=false target_cpu=""x64"" target_os=""win"" v8_enable_i18n_support=false v8_monolithic=true v8_use_external_startup_data=false v8_enable_pointer_compression=true v8_jitless=false use_custom_libcxx=false treat_warnings_as_errors=false v8_symbol_level=0 v8_enable_sandbox=false"
echo _____list_____
dir .\out.gn\x64.release
Expand Down

0 comments on commit 204175a

Please sign in to comment.