Skip to content

Commit

Permalink
enable unity build for appimage
Browse files Browse the repository at this point in the history
Signed-off-by: tnixeu <4436784+tnixeu@users.noreply.github.com>
  • Loading branch information
tnixeu committed Nov 9, 2022
1 parent ecdb2cf commit eb5ed39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions admin/linux/build-appimage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ cmake \
-D BUILD_UPDATER=$BUILD_UPDATER \
-D MIRALL_VERSION_BUILD=$BUILDNR \
-D MIRALL_VERSION_SUFFIX="$VERSION_SUFFIX" \
-D CMAKE_UNITY_BUILD=ON \
${DESKTOP_CLIENT_ROOT}
cmake --build . --target all
DESTDIR=/app cmake --install .
Expand Down

0 comments on commit eb5ed39

Please sign in to comment.