summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1344831..551c4c7 100644
--- a/Makefile
+++ b/Makefile
@@ -71,7 +71,7 @@ TMPDIR ?= /tmp
export CFLAGS = $(call PKGCFG,cflags)
export CXXFLAGS = $(call PKGCFG,cxxflags)
-CXXFLAGS += -std=gnu++0x -Wunused-variable -Wunused-parameter
+##CXXFLAGS += -std=gnu++0x -Wunused-variable -Wunused-parameter
ifeq ($(CFLAGS),)
$(error CFLAGS not set)