Skip to content

Commit 159eb3f

Browse files
committed
refactor: use strip to reduce binary size
1 parent 6cf6079 commit 159eb3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
mkdir build && cd build
3939
cmake .. -G Ninja
4040
cmake --build . -j$(nproc)
41-
cmake --install . --prefix ../AppDir/usr
41+
cmake --install . --strip --prefix ../AppDir/usr
4242
4343
- name: Build appimage
4444
run: |

0 commit comments

Comments
 (0)