Adding -O2 to compiler command line.
This commit is contained in:
parent
262508fafd
commit
95cc9d4966
2
Makefile
2
Makefile
|
@ -4,7 +4,7 @@ compile:
|
||||||
bison Monicelli.ypp
|
bison Monicelli.ypp
|
||||||
flex Monicelli.lpp
|
flex Monicelli.lpp
|
||||||
g++ \
|
g++ \
|
||||||
-Wall -Wno-deprecated-register -std=c++11 -DYYDEBUG=0 \
|
-Wall -Wno-deprecated-register -std=c++11 -DYYDEBUG=0 -O2 \
|
||||||
Parser.cpp lex.yy.cc Nodes.cpp main.cpp -o mcc
|
Parser.cpp lex.yy.cc Nodes.cpp main.cpp -o mcc
|
||||||
|
|
||||||
graph:
|
graph:
|
||||||
|
|
Reference in New Issue
Block a user