Commit f616fdfd423756f6cf007c67a00b9758ce78a4d6

Authored by Wesnydy Ribeiro
1 parent 315c2c37
Exists in devel

Add c++11 flag on compilation

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
Makefile
1 1 BIN = vlibras
2 2  
3 3 CC = g++
4   -FLAGS = -g
  4 +FLAGS = -g -std=c++11
5 5  
6 6 EXTRATORDIR = extrator/src/
7 7 MIXERDIR = mixer/src/
... ...