Skip to content

Commit

Permalink
omg, we need a flag
Browse files Browse the repository at this point in the history
  • Loading branch information
TingDaoK committed Jan 5, 2024
1 parent 36cf9d3 commit b4e75ab
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions builder/imports/awslc.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
'targets': ['linux', 'android'],
'test_steps': [],
'build_tests': False,
'cmake_args': ['-DDISABLE_GO=ON', '-DBUILD_LIBSSL=OFF']
'cmake_args': ['-DFIPS=ON', '-DBUILD_LIBSSL=OFF']
}


Expand Down Expand Up @@ -58,5 +58,3 @@ 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) + ['-DDISABLE_PERL=ON']

0 comments on commit b4e75ab

Please sign in to comment.