Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
Signed-off-by: Jade Abraham <[email protected]>
  • Loading branch information
jabraham17 committed Dec 12, 2024
1 parent 8f7ca00 commit 272e0d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third-party/mimalloc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ CHPL_MIMALLOC_CFG_OPTIONS += \
-DMI_BUILD_TESTS=OFF \
-DMI_BUILD_OBJECT=OFF

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

0 comments on commit 272e0d7

Please sign in to comment.