Skip to content

Commit

Permalink
try disable asm again
Browse files Browse the repository at this point in the history
  • Loading branch information
bjia56 authored Feb 29, 2024
1 parent 9bee171 commit 3401030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
target: arm-linux-gnueabihf.2.17
host: arm-linux-gnueabihf
capture_interface: eth0
cflags: "-mfpu=vfp -mfloat-abi=hard -mcpu=arm1176jzf_s -DOPENSSL_STATIC_ARMCAP"
cflags: "-mfpu=vfp -mfloat-abi=hard -mcpu=arm1176jzf_s -DOPENSSL_STATIC_ARMCAP -DOPENSSL_NO_ASM"
steps:
- name: Check out the repo
uses: actions/checkout@v2
Expand Down

0 comments on commit 3401030

Please sign in to comment.