Skip to content

Commit 321e73d

Browse files
committedNov 15, 2024
update comment
Signed-off-by: Jade Abraham <jade.abraham@hpe.com>
1 parent 0afe0d9 commit 321e73d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎third-party/mimalloc/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ CHPL_MIMALLOC_CFG_OPTIONS += \
1414
-DMI_BUILD_TESTS=OFF \
1515
-DMI_BUILD_OBJECT=OFF
1616

17-
# if host, build shared, otherwise just build static
17+
# if host, build shared and static, otherwise just build static
1818
ifeq ($(strip $(CHPL_MAKE_HOST_TARGET)),--host)
1919
CHPL_MIMALLOC_CFG_OPTIONS += -DMI_BUILD_SHARED=ON -DMI_BUILD_STATIC=ON
2020
else

0 commit comments

Comments
 (0)