From 5a7d9e906760878a8edd833878e89ca5d7fd3262 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Mon, 18 Jan 2010 03:35:05 +0100 Subject: added debug flag --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/Makefile') diff --git a/test/Makefile b/test/Makefile index 25223d6b..c9360cfe 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,4 +1,4 @@ -CXXFLAGS:=-Wall -Werror -lcppunit -I../src/ -I../src/base -I../src/menu -I../src/media -I../src/screens +CXXFLAGS:=-Wall -Werror -lcppunit -I../src/ -I../src/base -I../src/menu -I../src/media -I../src/screens -g LDFLAGS:=-lsqlite3 -lSDL -llog4cxx PROJECT:=usdx-tests -- cgit v1.2.3