Skip to content

Commit

Permalink
hashc: use correct tracy feature name
Browse files Browse the repository at this point in the history
  • Loading branch information
feds01 committed May 17, 2024
1 parent 8bac8ee commit 8cc5108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/hash/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ fn main() {
log::set_logger(&COMPILER_LOGGER).unwrap_or_else(|_| panic!("couldn't initiate logger"));

// Starting the Tracy client is necessary before any invoking any of its APIs
#[cfg(feature = "profile-with-tracy")]
#[cfg(feature = "tracy")]
tracy_client::Client::start();

// Register main thread with the profiler
Expand Down

0 comments on commit 8cc5108

Please sign in to comment.