mirror of
https://github.com/bol-van/zapret2.git
synced 2026-06-10 09:28:37 +04:00
github: remove sdiv crash on old armv7
This commit is contained in:
@@ -106,7 +106,7 @@ jobs:
|
||||
OPTIMIZE=-Os
|
||||
;;
|
||||
arm)
|
||||
CPU="-mcpu=cortex-a7 -mthumb"
|
||||
CPU="-mcpu=arm1176jzf-s -mthumb"
|
||||
;;
|
||||
arm64|mips64)
|
||||
# not safe without GC64
|
||||
|
||||
Reference in New Issue
Block a user