Added commands for easier profiling. (#1236)

This commit is contained in:
Orson Peters
2023-05-25 12:03:12 +02:00
committed by GitHub
parent c476249c3b
commit 52bbf7e6e7
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