mirror of
https://github.com/swc-project/swc.git
synced 2024-11-28 19:22:32 +03:00
4 lines
139 B
Bash
4 lines
139 B
Bash
|
#!/usr/bin/env bash
|
||
|
set -eu
|
||
|
|
||
|
cargo instruments --release -t time --example bundle --features concurrent,tracing/release_max_level_off -- $@
|