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.
1 parent dcd7d58 commit a9ddf8aCopy full SHA for a9ddf8a
mobile/scripts/buildNimStatusClient.sh
@@ -50,7 +50,8 @@ APP_CONFIG_DEFINES=(
50
51
# build status-client with feature flags
52
env $FEATURE_FLAGS ./vendor/nimbus-build-system/scripts/env.sh nim c "${PLATFORM_SPECIFIC[@]}" "${APP_CONFIG_DEFINES[@]}" ${QML_SERVER_DEFINES} \
53
- --mm:refc \
+ --mm:orc \
54
+ -d:useMalloc \
55
--opt:size \
56
-d:lto \
57
--cc:clang \
0 commit comments