mirror of
https://github.com/henrikpersson/potatis.git
synced 2025-04-02 10:32:09 -04:00
4 lines
138 B
Bash
Executable file
4 lines
138 B
Bash
Executable file
#!/bin/sh
|
|
cd profile &&
|
|
RUSTFLAGS=-g cargo build --release --features profile_cpu_no_std &&
|
|
samply record ../target/release/profile
|