Skip to content

Commit

Permalink
Build with debug symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
rom1v committed Oct 6, 2017
1 parent e83ec9a commit 7ae9796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

OUT = delay
OBJ = main.o dtbuf.o time_ms.o
CFLAGS = -Wall -O3
CFLAGS = -Wall -g -O3

release: delay

Expand Down

0 comments on commit 7ae9796

Please sign in to comment.