X-Git-Url: https://git.sesse.net/?p=ccbs;a=blobdiff_plain;f=bigscreen%2FMakefile;fp=bigscreen%2FMakefile;h=e95b4af62906c1833d7ffe89c3eda2263e7e72d0;hp=d58b48e24f53d408aa566d857e6ab141d3d84202;hb=16d44dda496bb6fec27aeea13decaae16fd08f7e;hpb=d4f2692e015be09f0018f645e32f867f62446d22 diff --git a/bigscreen/Makefile b/bigscreen/Makefile index d58b48e..e95b4af 100644 --- a/bigscreen/Makefile +++ b/bigscreen/Makefile @@ -1,9 +1,9 @@ CC=gcc CXX=g++ CPPFLAGS=-I/usr/include/postgresql $(shell freetype-config --cflags) -Itinyptc/ -CXXFLAGS=-g -Wall +CXXFLAGS=-O2 -Wall LDFLAGS=-L/usr/X11R6/lib -LIBS=$(shell freetype-config --libs) $(shell libpq3-config) -lpqxx tinyptc/libtinyptc.a -lX11 -lXext +LIBS=$(shell freetype-config --libs) $(shell libpq3-config) -lpqxx tinyptc/libtinyptc.a -lX11 -lXext -lXxf86vm -lXxf86dga CCBS_BIGSCREEN_SQL_OBJS=fetch_current_tournament.o fetch_list_of_active_groups.o \ fetch_list_of_finished_groups.o \