diff --git a/Makefile b/Makefile index 236f01d..ba5f71c 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ ASFLAGS += -g -F dwarf CC ?= clang RM = rm -rf CFLAGS = -Werror -Wextra -Wall -CFLAGS += -Wno-unused-result +CFLAGS += -Wno-unused-result -g TEST_FILE = test/main.c INC_DIR = includes LDFLAGS = -L./build/ -lasm -no-pie