mirror of
https://github.com/bol-van/zapret.git
synced 2026-03-13 22:12:39 +03:00
github: remove sdiv crash on old armv7
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -94,7 +94,7 @@ jobs:
|
|||||||
OPTIMIZE=-Os
|
OPTIMIZE=-Os
|
||||||
;;
|
;;
|
||||||
arm)
|
arm)
|
||||||
CPU="-mcpu=cortex-a7 -mthumb"
|
CPU="-mcpu=arm1176jzf-s -mthumb"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user