Skip to content

Commit

Permalink
Merge pull request #1 from yoshinari-nomura/patch-1
Browse files Browse the repository at this point in the history
Add target-cpu to cargo/config
  • Loading branch information
lexxvir committed May 14, 2019
2 parents be4d549 + 197a8da commit bd5f901
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .cargo/config
Expand Up @@ -3,6 +3,7 @@ target = "xtensa-none-elf"

[target.xtensa-none-elf]
rustflags = [
"-C", "target-cpu=esp32",
"-C", "save-temps",
"-C", "link-arg=-nostdlib",

Expand Down

0 comments on commit bd5f901

Please sign in to comment.