Skip to content

Commit 4e0c631

Browse files
committed
集成mimalloc
1 parent 197bcf2 commit 4e0c631

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CodeFormatServer/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ target_include_directories(CodeFormatServer PUBLIC
1010
${LuaCodeStyle_SOURCE_DIR}/include
1111
${LuaCodeStyle_SOURCE_DIR}/3rd/asio-1.20.0/include
1212
${LuaCodeStyle_SOURCE_DIR}/3rd/nlohmann_json/include
13-
#${LuaCodeStyle_SOURCE_DIR}/3rd/mimalloc-2.0.3/include
13+
${LuaCodeStyle_SOURCE_DIR}/3rd/mimalloc-2.0.3/include
1414
src
1515
)
1616

@@ -43,7 +43,7 @@ target_sources(CodeFormatServer
4343
${CodeFormatServer_SOURCE_DIR}/src/VSCode.cpp
4444

4545
# mimalloc
46-
#${LuaCodeStyle_SOURCE_DIR}/3rd/mimalloc-2.0.3/src/static.c
46+
${LuaCodeStyle_SOURCE_DIR}/3rd/mimalloc-2.0.3/src/static.c
4747
)
4848

4949
target_link_libraries(CodeFormatServer PUBLIC CodeService)

0 commit comments

Comments
 (0)