mirror of
https://github.com/3lswear/webserv.git
synced 2025-10-28 21:07:59 +03:00
feat: ignore alloc_dealloc_mistmatch
This commit is contained in:
3
Makefile
3
Makefile
@@ -40,7 +40,8 @@ re:
|
|||||||
$(MAKE) all
|
$(MAKE) all
|
||||||
|
|
||||||
run: $(NAME)
|
run: $(NAME)
|
||||||
ASAN_OPTIONS=detect_leaks=0 ./$(NAME) $(filter-out $@,$(MAKECMDGOALS))
|
# ASAN_OPTIONS=alloc_dealloc_mismatch=0 ASAN_OPTIONS=detect_leaks=0 ./$(NAME) $(filter-out $@,$(MAKECMDGOALS))
|
||||||
|
ASAN_OPTIONS=alloc_dealloc_mismatch=0 ./$(NAME) $(filter-out $@,$(MAKECMDGOALS))
|
||||||
|
|
||||||
-include $(OBJ:%.o=%.d)
|
-include $(OBJ:%.o=%.d)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user