electron 3 - trace-hydrogen is no longer supported

This commit is contained in:
Benjamin Pasero 2018-12-17 17:27:26 +01:00
parent b32390b7c6
commit ac0ead21e6
2 changed files with 0 additions and 6 deletions

View file

@ -36,9 +36,6 @@ set ELECTRON_ENABLE_STACK_DUMPING=1
:: Launch Code
:: Use the following to get v8 tracing:
:: %CODE% --js-flags="--trace-hydrogen --trace-phase=Z --trace-deopt --code-comments --hydrogen-track-positions --redirect-code-traces" . %*
%CODE% . %*
goto end

View file

@ -50,7 +50,4 @@ function code() {
exec "$CODE" . "$@"
}
# Use the following to get v8 tracing:
# code --js-flags="--trace-hydrogen --trace-phase=Z --trace-deopt --code-comments --hydrogen-track-positions --redirect-code-traces" "$@"
code "$@"