From: Steinar H. Gunderson Date: Sat, 11 Feb 2012 15:11:52 +0000 (+0100) Subject: Compile with debugging information. X-Git-Url: https://git.sesse.net/?p=ccbs;a=commitdiff_plain;h=7329859bb90d485acfc56d0c0635dc92ab757968 Compile with debugging information. --- diff --git a/bigscreen/Makefile b/bigscreen/Makefile index 401074b..103f044 100644 --- a/bigscreen/Makefile +++ b/bigscreen/Makefile @@ -1,7 +1,7 @@ CC=gcc CXX=g++ CPPFLAGS=-I/usr/include/postgresql $(shell freetype-config --cflags) -Itinyptc/ -CXXFLAGS=-O2 -Wall +CXXFLAGS=-O2 -Wall -g LDFLAGS=-L/usr/X11R6/lib LIBS=$(shell freetype-config --libs) -lpqxx tinyptc/libtinyptc.a -lX11 -lXext -lXxf86vm -lXxf86dga