diff options
author | Alexander Sulfrian <alexander@sulfrian.net> | 2010-01-18 03:35:05 +0100 |
---|---|---|
committer | Alexander Sulfrian <alexander@sulfrian.net> | 2013-01-05 17:17:45 +0100 |
commit | 5a7d9e906760878a8edd833878e89ca5d7fd3262 (patch) | |
tree | c9c9b9ff4f5ab2ce093e856da19e2b21f7a201d3 /test/Makefile | |
parent | 96e8e39a51315d0517489384bd00e3f38a09c56f (diff) | |
download | usdx-5a7d9e906760878a8edd833878e89ca5d7fd3262.tar.gz usdx-5a7d9e906760878a8edd833878e89ca5d7fd3262.tar.xz usdx-5a7d9e906760878a8edd833878e89ca5d7fd3262.zip |
added debug flag
Diffstat (limited to 'test/Makefile')
-rw-r--r-- | test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |