aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 55a9c7a..d0419b1 100644
--- a/Makefile
+++ b/Makefile
@@ -5,8 +5,7 @@ CXX ?= c++
INSTALL ?= install
LN ?= ln
-CFLAGS ?= -O2 -pipe
-CXXFLAGS ?= $(CFLAGS) -std=c++11
+CXXFLAGS ?= -std=c++11 -O2 -pipe
LDFLAGS ?=
PREFIX ?= /usr/local