Skip to content

Commit

Permalink
attesttion-tool: DCAP support
Browse files Browse the repository at this point in the history
  • Loading branch information
ptrus committed Dec 11, 2023
1 parent 6d7499f commit 5aba3fb
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 5aba3fb

Please sign in to comment.