From 6004b086e3ffb2fa67ef214a549616731a161b53 Mon Sep 17 00:00:00 2001 From: Jonathan Naylor Date: Sat, 23 Jan 2016 18:06:15 +0000 Subject: [PATCH] Add debugging flag to the Makefile. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 860c9a9..4c7638c 100644 --- a/Makefile +++ b/Makefile @@ -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