Skip to content

Commit 3874fb5

Browse files
authored
feat: default to build dynamic APPs
There are several reasons to build dynamic APP as a default: 1. For saving more storage on the target platform. 2. All mainline platforms of RT-Thread Smart support libc.so, making it painless to do so.
1 parent 31ae474 commit 3874fb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
script_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
44

55
export XMAKE_RCFILES=${script_dir}/tools/scripts/xmake.lua
6-
export RT_XMAKE_LINK_TYPE="static"
6+
export RT_XMAKE_LINK_TYPE="shared"
77

88

99
# Check whether unzip is installed.

0 commit comments

Comments
 (0)