diff options
| author | ruki <[email protected]> | 2019-07-17 22:38:21 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-07-17 09:50:12 +0800 |
| commit | 7138d5770975053ad4fe60f1d8bdd5e4c774fe5b (patch) | |
| tree | a6ca7509a4522337687e22f586f786c8c8395208 /core/src/xmake/makefile | |
| parent | 54386754982c5580e9d351484eabd45ebfd20c48 (diff) | |
optimize string.trim using c implemention
Diffstat (limited to 'core/src/xmake/makefile')
| -rw-r--r-- | core/src/xmake/makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/src/xmake/makefile b/core/src/xmake/makefile index f35becda6..7232e0fd9 100644 --- a/core/src/xmake/makefile +++ b/core/src/xmake/makefile @@ -61,6 +61,7 @@ xmake_C_FILES += \ path/is_absolute \ hash/uuid \ hash/sha256 \ + string/trim \ string/convert \ string/endswith \ string/startswith \ |
