diff --git a/makefile b/makefile index ab56faf..8c8fcaf 100644 --- a/makefile +++ b/makefile @@ -1,7 +1,7 @@ # Makefile for hello.c CC = g++ -CFLAGS = -O2 -Wanalyzer-malloc-leak +CFLAGS = -O2 -Wall -g SRC_DIR = src BUILD_DIR = build