1
0
Fork 0

build: disable patching

This commit is contained in:
liushuyu 2022-07-07 22:16:43 -06:00
parent f76adcb388
commit fb1e9d2940
No known key found for this signature in database
GPG Key ID: 23D1CE4534419437
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ TOPDIR="$(dirname "$0")"
git config user.name "github-actions"
git config user.email "github-actions[bot]@users.noreply.github.com"
git am "$TOPDIR"/../patches/*.patch
#git am "$TOPDIR"/../patches/*.patch
CFLAGS="-ftree-vectorize -flto"
if [[ "$(uname -m)" == "aarch64" ]]; then