Browse Source

github: remove sdiv crash on old armv7

pull/2130/head
bol-van 3 months ago
parent
commit
363fbe6943
  1. 2
      .github/workflows/build.yml

2
.github/workflows/build.yml

@ -94,7 +94,7 @@ jobs:
OPTIMIZE=-Os OPTIMIZE=-Os
;; ;;
arm) arm)
CPU="-mcpu=cortex-a7 -mthumb" CPU="-mcpu=arm1176jzf-s -mthumb"
;; ;;
esac esac

Loading…
Cancel
Save