summaryrefslogtreecommitdiff
path: root/tests/simple/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/simple/Makefile')
-rw-r--r--tests/simple/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/simple/Makefile b/tests/simple/Makefile
index e3bd7c7..e60be3a 100644
--- a/tests/simple/Makefile
+++ b/tests/simple/Makefile
@@ -1,6 +1,6 @@
CPP = g++
RM = rm -f
-CPP_FLAGS = -Wall -c -I. -O2
+CPP_FLAGS = -Wall -c -I. -O2 -std=c++11
LD = g++
LD_FLAGS = -Wall -shared -O2