Skip to content

Commit

Permalink
Set appimage to produce debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
streetpea committed May 13, 2024
1 parent 515936e commit c6a6830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-appimage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ rm -rf build_appimage && mkdir -p build_appimage
cd build_appimage
qt-cmake \
-GNinja \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DCHIAKI_ENABLE_TESTS=ON \
-DCHIAKI_ENABLE_GUI=ON \
-DCHIAKI_GUI_ENABLE_SDL_GAMECONTROLLER=ON \
Expand Down

0 comments on commit c6a6830

Please sign in to comment.