Skip to content

Commit

Permalink
manually tweak cpu features
Browse files Browse the repository at this point in the history
  • Loading branch information
bjia56 authored Feb 29, 2024
1 parent 042ccef commit 1c26d29
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: "-mfloat-abi=soft -mcpu=arm1136j_s"
cflags: "-mfpu=vfp -mfloat-abi=hard -mcpu=arm1176jzf_s+slowfpvfmx+slowfpvmlx"
steps:
- name: Check out the repo
uses: actions/checkout@v2
Expand Down

0 comments on commit 1c26d29

Please sign in to comment.