summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f9821f2..be4833a 100644
--- a/Makefile
+++ b/Makefile
@@ -38,8 +38,8 @@ TMPDIR ?= /tmp
export CFLAGS = $(call PKGCFG,cflags)
export CXXFLAGS = $(call PKGCFG,cxxflags)
-CXXFLAGS += -std=gnu++0x
-#CXXFLAGS += -std=c++11
+#CXXFLAGS += -std=gnu++0x
+CXXFLAGS += -std=c++11
### The version number of VDR's plugin API: