Skip to content

Commit

Permalink
wops
Browse files Browse the repository at this point in the history
  • Loading branch information
TingDaoK committed Jan 5, 2024
1 parent b4e75ab commit 1ba95e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions builder/imports/awslc.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,5 @@ def cmake_args(self, env):
# Disable AVX512 on old GCC for aws-lc
# Not disable PERL for old GCC to avoid the pre-compiled binary with AVX512
return super().cmake_args(env) + ['-DMY_ASSEMBLER_IS_TOO_OLD_FOR_512AVX=ON']
else:
return super().cmake_args(env)

0 comments on commit 1ba95e0

Please sign in to comment.