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