From 6255bbe09625828312e08835bb30d5822d600e46 Mon Sep 17 00:00:00 2001 From: chriszero Date: Sun, 15 Feb 2015 22:17:20 +0100 Subject: Faster response. Modified Plexservice for future additions. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 95eab3c..01c2f33 100644 --- a/Makefile +++ b/Makefile @@ -39,7 +39,8 @@ TMPDIR ?= /tmp export CFLAGS = $(call PKGCFG,cflags) export CXXFLAGS = $(call PKGCFG,cxxflags) -##CXXFLAGS += -std=gnu++0x -Wunused-variable -Wunused-parameter +CXXFLAGS += -std=gnu++0x +#CXXFLAGS += -std=c++11 ifeq ($(CFLAGS),) $(error CFLAGS not set) -- cgit v1.2.3