From f616fdfd423756f6cf007c67a00b9758ce78a4d6 Mon Sep 17 00:00:00 2001 From: Wesnydy Ribeiro Date: Thu, 30 Jun 2016 15:50:57 -0300 Subject: [PATCH] Add c++11 flag on compilation --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2c160c4..f4ac62e 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ BIN = vlibras CC = g++ -FLAGS = -g +FLAGS = -g -std=c++11 EXTRATORDIR = extrator/src/ MIXERDIR = mixer/src/ -- libgit2 0.21.2