Add debugging flag to the Makefile.

This commit is contained in:
Jonathan Naylor 2016-01-23 18:06:15 +00:00
parent 1532e3c90c
commit 6004b086e3

View file

@ -1,7 +1,7 @@
CC = g++
CFLAGS = -O2 -Wall -std=c++11
CFLAGS = -g -O2 -Wall -std=c++11
LIBS =
LDFLAGS =
LDFLAGS = -g
all: MMDVMHost