We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e0f209 commit b4c12b5Copy full SHA for b4c12b5
third-party/mimalloc/Makefile
@@ -20,12 +20,7 @@ else
20
CHPL_MIMALLOC_CFG_OPTIONS += -DMI_BUILD_SHARED=OFF -DMI_BUILD_STATIC=ON -DMI_OVERRIDE=OFF
21
endif
22
23
-# if DEBUG, build with debug info
24
-ifeq ($(DEBUG),1)
25
-CHPL_MIMALLOC_CFG_OPTIONS += -DCMAKE_BUILD_TYPE=Debug
26
-else
27
CHPL_MIMALLOC_CFG_OPTIONS += -DCMAKE_BUILD_TYPE=Release
28
-endif
29
30
# TODO: enabled this when CHPL_SANITIZE_EXE is not none
31
# CHPL_MIMALLOC_CFG_OPTIONS += -DMI_TRACK_ASAN=ON
0 commit comments