Skip to content

Commit

Permalink
Update makefile: mimcalloc compiler changed from CXX to CC
Browse files Browse the repository at this point in the history
  • Loading branch information
agudys authored Aug 1, 2024
1 parent 6047986 commit f093656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ OBJS := \
$(KMER_DB_LIBS_DIR)/mmer.o

$(MIMALLOC_OBJ):
$(CXX) -DMI_MALLOC_OVERRIDE -O3 -DNDEBUG -fPIC -Wall -Wextra -Wno-unknown-pragmas -fvisibility=hidden -ftls-model=initial-exec -fno-builtin-malloc -c -I libs/mimalloc/include libs/mimalloc/src/static.c -o $(MIMALLOC_OBJ)
$(CC) -DMI_MALLOC_OVERRIDE -O3 -DNDEBUG -fPIC -Wall -Wextra -Wno-unknown-pragmas -fvisibility=hidden -ftls-model=initial-exec -fno-builtin-malloc -c -I libs/mimalloc/include libs/mimalloc/src/static.c -o $(MIMALLOC_OBJ)


ng_zlib:
Expand Down

0 comments on commit f093656

Please sign in to comment.