mirror of
https://github.com/bol-van/zapret.git
synced 2026-09-12 19:50:56 +05:00
github: remove sdiv crash on old armv7
This commit is contained in:
parent
5cc46a9815
commit
363fbe6943
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -94,7 +94,7 @@ jobs:
|
||||
OPTIMIZE=-Os
|
||||
;;
|
||||
arm)
|
||||
CPU="-mcpu=cortex-a7 -mthumb"
|
||||
CPU="-mcpu=arm1176jzf-s -mthumb"
|
||||
;;
|
||||
esac
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user