add debug flag to gcc builds

parent 8e95b7cc
-include Makefile.ftdi
OBJS = $(LIBNAME).o
CFLAGS += -fPIC
CFLAGS += -fPIC -g
CFLAGS += -DGIT_VERSION=\"$(GIT_VERSION)\"
GIT_VERSION = $(shell git describe --dirty --tags --all --long)
LIBNAME = liboasis-usb-att
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment