Skip to content

Commit

Permalink
graviton: fixed typo in compiler flags (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
alalazo committed Nov 12, 2020
1 parent 9720a97 commit ae3522c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpu/microarchitectures.json
Original file line number Diff line number Diff line change
Expand Up @@ -1490,7 +1490,7 @@
},
{
"versions": "6:",
"flags" : "-march==armv8-a+crc+crypto -mtune=cortex-a72"
"flags" : "-march=armv8-a+crc+crypto -mtune=cortex-a72"
}
],
"clang" : [
Expand Down

0 comments on commit ae3522c

Please sign in to comment.