Skip to content

Commit

Permalink
set default rust build target to i686 for c2a-core monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
sksat committed Sep 19, 2023
1 parent 7aaae15 commit 17c4e16
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[build]
target = "i686-unknown-linux-gnu"

0 comments on commit 17c4e16

Please sign in to comment.