diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |