Skip to content

Commit 0eb160a

Browse files
committed
Add a profiling build profile
1 parent efb99a7 commit 0eb160a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

‎Cargo.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
[workspace]
22
members = ["etw-reader", "etw-gecko"]
3-
resolver = "2"
3+
resolver = "2"
4+
5+
[profile.profiling]
6+
inherits = "release"
7+
debug = true

0 commit comments

Comments
 (0)