changed to std11 c++ version
This commit is contained in:
parent
af2f6d6bd6
commit
f938bfad4e
4
Makefile
4
Makefile
|
@ -5,11 +5,11 @@ TARGET_ARCH=linux64
|
||||||
|
|
||||||
CC = g++
|
CC = g++
|
||||||
# compiling flags here
|
# compiling flags here
|
||||||
CFLAGS = -Wall -I. -O3
|
CFLAGS = -Wall -I. -O3 -std=c++11
|
||||||
|
|
||||||
LINKER = g++
|
LINKER = g++
|
||||||
# linking flags here
|
# linking flags here
|
||||||
LFLAGS = -Wall -I. -lm
|
LFLAGS = -Wall -I. -lm
|
||||||
LIBS = -lsystemc -lm $(EXTRA_LIBS)
|
LIBS = -lsystemc -lm $(EXTRA_LIBS)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue