mirror of
https://github.com/swc-project/swc.git
synced 2024-12-18 19:21:33 +03:00
4 lines
148 B
Bash
Executable File
4 lines
148 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -eu
|
|
|
|
cargo profile instruments --release -t time --example bundle --features concurrent,tracing/release_max_level_info -- $@ |