diff --git a/Makefile b/Makefile index aa447e1..b211123 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ OBJ_DIR := bin SRC_DIR := . #CFLAGS := -Og -g -rdynamic -pg -ggdb3 -D__DEBUG CFLAGS := -O4 -CFLAGS := $(CFLAGS) -Wall -Werror -Wextra -Wno-error=unused-function -pedantic +CFLAGS := $(CFLAGS) -Wall -Werror -Wextra -Wno-error=unused-function -Wpedantic EXEC := $(OBJ_DIR)/data SRC := $(wildcard $(SRC_DIR)/*.cpp) HEADER := $(wildcard $(SRC_DIR)/*.hpp)