| Index: sdk/bin/dart2js_sdk
|
| diff --git a/sdk/bin/dart2js_sdk b/sdk/bin/dart2js_sdk
|
| index 5d7ec9c689023ad223726139e3ac5f3320cc0266..36b42a4f77136db25bc9c8e95ec563583a26d367 100755
|
| --- a/sdk/bin/dart2js_sdk
|
| +++ b/sdk/bin/dart2js_sdk
|
| @@ -43,12 +43,6 @@ if test -f "$SNAPSHOT"; then
|
| EXTRA_OPTIONS+=("--library-root=$SDK_DIR")
|
| fi
|
|
|
| -# Tell the VM to grow the heap more aggressively. This should only
|
| -# be necessary temporarily until the VM is better at detecting how
|
| -# applications use memory.
|
| -# TODO(ahe): Remove this option (http://dartbug.com/6495).
|
| -EXTRA_VM_OPTIONS[${#EXTRA_VM_OPTIONS[@]}]='--heap_growth_rate=512'
|
| -
|
| case $0 in
|
| *_developer)
|
| EXTRA_VM_OPTIONS+=('--checked')
|
|
|