Only strip debug symbols

This commit is contained in:
Jarred Sumner
2022-07-28 04:05:02 -07:00
parent 21b8f80a99
commit 3e73ea2e26
3 changed files with 3 additions and 3 deletions

View File

@@ -308,7 +308,7 @@ jobs:
mkdir ${{matrix.tag}}-profile
mkdir ${{matrix.tag}}
/usr/bin/strip bun
/usr/bin/strip --strip-debug bun
mv bun-profile ${{matrix.tag}}-profile/bun-profile
mv bun ${{matrix.tag}}/bun

View File

@@ -308,7 +308,7 @@ jobs:
mkdir ${{matrix.tag}}-profile
mkdir ${{matrix.tag}}
/usr/bin/strip bun
/usr/bin/strip --strip-debug bun
mv bun-profile ${{matrix.tag}}-profile/bun-profile
mv bun ${{matrix.tag}}/bun

View File

@@ -308,7 +308,7 @@ jobs:
mkdir ${{matrix.tag}}-profile
mkdir ${{matrix.tag}}
/usr/bin/strip bun
/usr/bin/strip --strip-debug bun
mv bun-profile ${{matrix.tag}}-profile/bun-profile
mv bun ${{matrix.tag}}/bun