Added commands for easier profiling. (#1236)

This commit is contained in:
Orson Peters
2023-05-25 12:03:12 +02:00
committed by Keavon Chambers
parent 99d15df1e0
commit 41f7ce0bb3
3 changed files with 15 additions and 0 deletions
+4
View File
@@ -61,3 +61,7 @@ opt-level = 1
[profile.release]
lto = "thin"
[profile.profiling]
inherits = "release"
debug = true