diff options
Diffstat (limited to '.cargo/config.toml')
| -rw-r--r-- | .cargo/config.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.cargo/config.toml b/.cargo/config.toml index 32794cb..6687bf8 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,2 +1,3 @@ [alias] -profile = "run --features profiler" +profile = "run --release --features profiler" +release = "run --release" |
