Skip to content

Commit 7ae9796

Browse files
committed
Build with debug symbols
1 parent e83ec9a commit 7ae9796

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
OUT = delay
44
OBJ = main.o dtbuf.o time_ms.o
5-
CFLAGS = -Wall -O3
5+
CFLAGS = -Wall -g -O3
66

77
release: delay
88

0 commit comments

Comments
 (0)