From: Jan Kratochvil Date: Sun, 23 Jun 2013 08:34:42 +0000 (+0200) Subject: -g -> -g3 X-Git-Url: http://git.jankratochvil.net/?p=lptgpib.git;a=commitdiff_plain;h=38f3ba04b13615d33ebc60fd3147310a5de698b4;ds=sidebyside -g -> -g3 --- 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