Skip to content

Commit

Permalink
try this?
Browse files Browse the repository at this point in the history
  • Loading branch information
TingDaoK committed Sep 3, 2024
1 parent a051ce8 commit ce9e41a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/imports/awslc.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@ def cmake_args(self, env):
result = result + ['-DMY_ASSEMBLER_IS_TOO_OLD_FOR_512AVX=ON']
if env.spec.arch == 'x86':
# Add -msse2 for compiler on x86.
result = result + ['-DCMAKE_C_FLAGS="${CMAKE_C_FLAGS} -msse2"']
result = result + ['-DCMAKE_C_FLAGS=-msse2']
return result

0 comments on commit ce9e41a

Please sign in to comment.