Skip to content
This repository has been archived by the owner on Mar 21, 2021. It is now read-only.

Commit

Permalink
Add show errors flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Henriquelay committed Mar 16, 2021
1 parent 48f92b0 commit dffeda0
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 @@ -16,7 +16,7 @@ CFLAGS ?= $(INC_FLAGS) -pedantic -g -Wall -Werror -Wwrite-strings #-O4

VALGRIND ?= valgrind
VALZIN_FLAGS ?=
VAL_FLAGS ?= $(VALZIN_FLAGS) --leak-check=full --track-origins=yes
VAL_FLAGS ?= $(VALZIN_FLAGS) --leak-check=full --track-origins=yes -s
VALZAO_FLAGS ?= $(VAL_FLAGS) --show-leak-kinds=all

$(BUILD_DIR)/$(TARGET_EXEC): $(OBJS)
Expand Down

0 comments on commit dffeda0

Please sign in to comment.