Skip to content

Commit 458d324

Browse files
committed
fix(mobile): set the production variant by default
- as we do in the desktop Makefile; this entails a lot of other dependant options, like logging and enabling dev features in the app
1 parent 80c6818 commit 458d324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mobile/scripts/buildNimStatusClient.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ env $FEATURE_FLAGS ./vendor/nimbus-build-system/scripts/env.sh nim c "${PLATFORM
5858
--cpu:"$CARCH" \
5959
--noMain:on \
6060
-d:release \
61+
-d:production \
6162
--clang.exe="$CC" \
6263
--clang.linkerexe="$CC" \
6364
--dynlibOverrideAll \
@@ -67,4 +68,3 @@ env $FEATURE_FLAGS ./vendor/nimbus-build-system/scripts/env.sh nim c "${PLATFORM
6768
mkdir -p "$LIB_DIR"
6869

6970
cp "$STATUS_DESKTOP/bin/libnim_status_client$LIB_EXT" "$LIB_DIR/libnim_status_client$LIB_EXT"
70-

0 commit comments

Comments
 (0)