Skip to content

Commit

Permalink
Force rustc compiler backend
Browse files Browse the repository at this point in the history
  • Loading branch information
TTWNO committed Nov 8, 2023
1 parent 36160de commit 3e2af3d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions hdaudio/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
cargo-features = ["codegen-backend"]
[package]
name = "ihdad"
version = "0.1.0"
Expand Down Expand Up @@ -28,3 +29,7 @@ thiserror = "1"
toml = "0.5"

lazy_static = "1.4.0"

[profile.dev]
codegen-backend = "rustc"

0 comments on commit 3e2af3d

Please sign in to comment.