misc: Add '-g' to build for debugging ease.

master
Solomon Peachy 2013-07-18 23:13:02 -04:00
parent 32da54ee36
commit 53fbf791a0
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
CFLAGS = -Wall
CFLAGS = -Wall -g
LDFLAGS = -lusb-1.0
CUPS_BACKEND_DIR = /usr/lib/cups/backend