We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
production
1 parent 80c6818 commit 458d324Copy full SHA for 458d324
mobile/scripts/buildNimStatusClient.sh
@@ -58,6 +58,7 @@ env $FEATURE_FLAGS ./vendor/nimbus-build-system/scripts/env.sh nim c "${PLATFORM
58
--cpu:"$CARCH" \
59
--noMain:on \
60
-d:release \
61
+ -d:production \
62
--clang.exe="$CC" \
63
--clang.linkerexe="$CC" \
64
--dynlibOverrideAll \
@@ -67,4 +68,3 @@ env $FEATURE_FLAGS ./vendor/nimbus-build-system/scripts/env.sh nim c "${PLATFORM
67
68
mkdir -p "$LIB_DIR"
69
70
cp "$STATUS_DESKTOP/bin/libnim_status_client$LIB_EXT" "$LIB_DIR/libnim_status_client$LIB_EXT"
-
0 commit comments