Skip to content

Commit b4c12b5

Browse files
committed
remove debug builds
Signed-off-by: Jade Abraham <[email protected]>
1 parent 8e0f209 commit b4c12b5

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

third-party/mimalloc/Makefile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,7 @@ else
2020
CHPL_MIMALLOC_CFG_OPTIONS += -DMI_BUILD_SHARED=OFF -DMI_BUILD_STATIC=ON -DMI_OVERRIDE=OFF
2121
endif
2222

23-
# if DEBUG, build with debug info
24-
ifeq ($(DEBUG),1)
25-
CHPL_MIMALLOC_CFG_OPTIONS += -DCMAKE_BUILD_TYPE=Debug
26-
else
2723
CHPL_MIMALLOC_CFG_OPTIONS += -DCMAKE_BUILD_TYPE=Release
28-
endif
2924

3025
# TODO: enabled this when CHPL_SANITIZE_EXE is not none
3126
# CHPL_MIMALLOC_CFG_OPTIONS += -DMI_TRACK_ASAN=ON

0 commit comments

Comments
 (0)