summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c4f2d14..3ce0d8c 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ LD := $(CC)
SRC := $(wildcard *.c)
OBJ := $(patsubst %.c,%.o,$(patsubst %.cpp,%.o,$(SRC)))
NAME := restruct
-CFLAGS := -Wall -Wextra -std=c99 -pedantic
+CFLAGS := -g -O0 -Wall -Wextra -std=c99 -pedantic
LDFLAGS :=
all: $(NAME)