Update build.yml

pull/2195/head
KingLucius 2023-10-23 16:18:21 +03:00 committed by GitHub
parent c1c92c75f7
commit 975fa35c83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -70,7 +70,7 @@ jobs:
run: |
asanflags="-fsanitize=address,undefined -fno-sanitize-recover=undefined"
CPPFLAGS="$asanflags -g3"
CPPFLAGS="$asanflags -g3 -s"
LDFLAGS="$asanflags"
echo 'CPPFLAGS='"$CPPFLAGS" >> $GITHUB_ENV
@ -92,7 +92,6 @@ jobs:
- name: Build aria2
run: |
make -j"$(nproc 2> /dev/null || sysctl -n hw.ncpu)" check
strip --strip-all src/aria2c
- uses: actions/upload-artifact@v3
if: always()
with: