rs

FTDI serial communication program
git clone git://git.2f30.org/rs
Log | Files | Refs | README | LICENSE

commit b30f014bc2de593416224da36b0627bfe8d6965c
parent 3bdfb0b181e1d14d91bc0b4903d54056a309e44e
Author: sin <sin@2f30.org>
Date:   Fri, 15 Nov 2013 12:37:18 +0000

Do not default to a debug build

Diffstat:
Mconfig.mk | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.mk b/config.mk @@ -7,5 +7,5 @@ PREFIX = /usr/local CC = cc LD = $(CC) CPPFLAGS = -D_BSD_SOURCE -D_GNU_SOURCE -CFLAGS = -I/usr/local/include -g -std=c99 -Wall $(CPPFLAGS) +CFLAGS = -I/usr/local/include -std=c99 -Wall $(CPPFLAGS) LDFLAGS = -L/usr/local/lib -lftdi