chore: chrome louncher WTF flags

This commit is contained in:
Misko Hevery 2014-12-08 20:25:37 -08:00
parent 60456c8b89
commit 017f6ced4d
1 changed files with 2 additions and 1 deletions

View File

@ -8,6 +8,7 @@ elif [[ "$platform" == 'Darwin' ]]; then
--enable-memory-info \
--enable-precise-memory-info \
--enable-memory-benchmarking \
--js-flags="--expose-gc" \
--js-flags="--expose-gc --allow-natives-syntax" \
--disable-web-security \
--remote-debugging-port=9222`
fi