Skip to content

Commit a9ddf8a

Browse files
committed
chore: Enable orc and use malloc on mobile
1 parent dcd7d58 commit a9ddf8a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mobile/scripts/buildNimStatusClient.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ APP_CONFIG_DEFINES=(
5050

5151
# build status-client with feature flags
5252
env $FEATURE_FLAGS ./vendor/nimbus-build-system/scripts/env.sh nim c "${PLATFORM_SPECIFIC[@]}" "${APP_CONFIG_DEFINES[@]}" ${QML_SERVER_DEFINES} \
53-
--mm:refc \
53+
--mm:orc \
54+
-d:useMalloc \
5455
--opt:size \
5556
-d:lto \
5657
--cc:clang \

0 commit comments

Comments
 (0)