Skip to content

Commit

Permalink
Disable profiling by default
Browse files Browse the repository at this point in the history
  • Loading branch information
PolyMeilex committed Jun 8, 2024
1 parent 01fd8e5 commit 86927c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion neothesia/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ default-run = "neothesia"
[features]
default = ["oxi-synth"]

profiling-on = ["profiling/profile-with-puffin"]
synth = []
fluid-synth = ["synth", "cpal", "fluidlite", "oxisynth"]
oxi-synth = ["synth", "cpal", "oxisynth"]
Expand Down Expand Up @@ -40,7 +41,7 @@ cpal = { version = "0.15", optional = true }
fluidlite = { version = "0.2", features = ["builtin"], optional = true }
oxisynth = { version = "0.0.5", optional = true }

profiling = { workspace = true, features = ["profile-with-puffin"] }
profiling.workspace = true
puffin = "0.19"
puffin_http = "0.16"

Expand Down

0 comments on commit 86927c9

Please sign in to comment.