mirror of
https://github.com/bol-van/zapret2.git
synced 2026-03-14 06:13:09 +00: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
@@ -106,7 +106,7 @@ jobs:
|
|||||||
OPTIMIZE=-Os
|
OPTIMIZE=-Os
|
||||||
;;
|
;;
|
||||||
arm)
|
arm)
|
||||||
CPU="-mcpu=cortex-a7 -mthumb"
|
CPU="-mcpu=arm1176jzf-s -mthumb"
|
||||||
;;
|
;;
|
||||||
arm64|mips64)
|
arm64|mips64)
|
||||||
# not safe without GC64
|
# not safe without GC64
|
||||||
|
|||||||
Reference in New Issue
Block a user