We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c4bd875 + 3cac3b3 commit 69540b8Copy full SHA for 69540b8
.cargo/config.toml
@@ -11,4 +11,8 @@ git-fetch-with-cli = true
11
AWS_LC_SYS_NO_JITTER_ENTROPY = "1"
12
# disable AVX512 as it adds 600k of binary size
13
# this was only used for MMDS token generation
14
+# Note: due to a bug in aws-lc [1] the AWS_LC_SYS_CFLAGS only work with
15
+# the cmake compiler.
16
+# [1]: https://github.com/aws/aws-lc-rs/issues/965
17
+AWS_LC_SYS_CMAKE_BUILDER = "1"
18
AWS_LC_SYS_CFLAGS = "-DMY_ASSEMBLER_IS_TOO_OLD_FOR_512AVX"
0 commit comments