diff --git a/.gitignore b/.gitignore index 64b0854..905d3d8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,8 @@ /target /.idea /.vscode -/bin \ No newline at end of file +/bin + +# Perf Data +perf.data* +flamegraph.svg \ No newline at end of file diff --git a/Cargo.toml b/Cargo.toml index 992cbd6..d23231c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,3 +14,6 @@ gilrs = "^0.8" pixels = "^0.2" winit = "^0.24" winit_input_helper = "^0.9" + +[profile.release] +debug = true