Skip to content

Commit 03a1164

Browse files
committed
update Makefile to find the leak ?
1 parent 24acf56 commit 03a1164

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
@@ -26,7 +26,7 @@ CC = gcc
2626
AR = ar
2727
RANLIB = ranlib
2828
CPPFLAGS =
29-
CFLAGS = -g -Wall -O2
29+
CFLAGS = -g -Wall -Og
3030
LDFLAGS =
3131
LIBS =
3232

0 commit comments

Comments
 (0)