about summary refs log tree commit diff
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 7646251..9685c96 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ AFL_ROOT = ./afl
 DEPS_ROOT = /usr/local
 
 CXX = g++
-CXXFLAGS = -g -Wall -O3
+CXXFLAGS = -g -Wall -O3 -std=c++11
 LIBFLAGS = -fpic -shared
 
 CC = gcc