From 38f3ba04b13615d33ebc60fd3147310a5de698b4 Mon Sep 17 00:00:00 2001 From: Jan Kratochvil Date: Sun, 23 Jun 2013 10:34:42 +0200 Subject: [PATCH] -g -> -g3 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3f58983..3dcd102 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ CC=gcc -CFLAGS=-g -Wall -Werror +CFLAGS=-g3 -Wall -Werror PROGS=controler device sniff terminal all: $(PROGS) $(PROGS): lptgpib.o -- 1.8.3.1