cemu-project / Cemu

Cemu - Wii U emulator
https://cemu.info
Mozilla Public License 2.0
6.61k stars 505 forks source link

CI: Don't strip AppImage symbols #1175

Closed goeiecool9999 closed 2 months ago

goeiecool9999 commented 2 months ago

As it turns out fixing the symbols in the debug output for AppImage builds was very simple. Linux deploy strips binaries by default. They helpfully provide the NO_STRIP environment variable to not strip... https://github.com/linuxdeploy/linuxdeploy/issues/72 NO_STRIP not set: image NO_STRIP set to 1: image

Exzap commented 2 months ago

This is great. Thanks!