X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=bigscreen%2FMakefile;h=e95b4af62906c1833d7ffe89c3eda2263e7e72d0;hb=bb5fde29696b2b5bce9e4431c01fe9ec29f4207c;hp=d58b48e24f53d408aa566d857e6ab141d3d84202;hpb=295701bd0835259dcf72b57779e77eeded720baa;p=ccbs 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 \