Skip to content

Commit

Permalink
Merge pull request #31 from oasisprotocol/ptrus/feature/attestation-t…
Browse files Browse the repository at this point in the history
…ool-dcap

attesttion-tool: DCAP support
  • Loading branch information
ptrus authored Dec 11, 2023
2 parents 6d7499f + 5aba3fb commit f498469
Show file tree
Hide file tree
Showing 6 changed files with 2,772 additions and 291 deletions.
7 changes: 7 additions & 0 deletions attestation-tool/.cargo/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[build]
rustflags = ["-C", "target-feature=+aes,+ssse3"]
rustdocflags = ["-C", "target-feature=+aes,+ssse3"]

[test]
rustflags = ["-C", "target-feature=+aes,+ssse3"]
rustdocflags = ["-C", "target-feature=+aes,+ssse3"]
Loading

0 comments on commit f498469

Please sign in to comment.