commit | bef672ba164d06eb9ca3faa96a338d913f68d913 | [log] [tgz] |
---|---|---|
author | Ömer Sinan Ağacan <[email protected]> | Fri Apr 22 10:59:34 2022 +0200 |
committer | GitHub <[email protected]> | Fri Apr 22 10:59:34 2022 +0200 |
tree | 1924fd4b900505d02fbbbdf4a6ed244f3978cf59 | |
parent | d072e5ffd709695bdad66fb41d9e04a1bef1fffa [diff] |
protobuf benchs: fix old --trust-type-annotations flag (#622)
diff --git a/protobuf/benchmarks/compile-js.sh b/protobuf/benchmarks/compile-js.sh index 0a93550..a232416 100755 --- a/protobuf/benchmarks/compile-js.sh +++ b/protobuf/benchmarks/compile-js.sh
@@ -10,7 +10,7 @@ mkdir -p "${OUTPUT_DIR}" -dart2js --trust-type-annotations \ +dart2js --omit-implicit-checks \ --trust-primitives \ -o "${OUTPUT_DIR}"/benchmark.js \ "${SCRIPT_DIR}"/benchmark_js.dart