]> git.sesse.net Git - ccbs/commitdiff
Compile with debugging information.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 11 Feb 2012 15:11:52 +0000 (16:11 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 11 Feb 2012 15:11:52 +0000 (16:11 +0100)
bigscreen/Makefile

index 401074b2e2dab99e31222fd8def417689c920791..103f04443ff4d34476fc698a2f5b2ce78dbdaa65 100644 (file)
@@ -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