We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e83ec9a commit 7ae9796Copy full SHA for 7ae9796
Makefile
@@ -2,7 +2,7 @@
2
3
OUT = delay
4
OBJ = main.o dtbuf.o time_ms.o
5
-CFLAGS = -Wall -O3
+CFLAGS = -Wall -g -O3
6
7
release: delay
8
0 commit comments