summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
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)