Skip to content

Commit f06944d

Browse files
authored
Merge branch 'main' into dependabot/cargo/firecracker-cc9182a478
2 parents 26369ba + 3cac3b3 commit f06944d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.cargo/config.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,8 @@ git-fetch-with-cli = true
1111
AWS_LC_SYS_NO_JITTER_ENTROPY = "1"
1212
# disable AVX512 as it adds 600k of binary size
1313
# 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"
1418
AWS_LC_SYS_CFLAGS = "-DMY_ASSEMBLER_IS_TOO_OLD_FOR_512AVX"

0 commit comments

Comments
 (0)