Skip to content

Commit

Permalink
added -O3 flag
Browse files Browse the repository at this point in the history
  • Loading branch information
artv3 committed May 13, 2018
1 parent 8b49df5 commit 91fcd5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ iPath = include

#---[Compiler and Settings]-----
compiler = g++
compilerFlags = -std=c++11
compilerFlags = -std=c++11 -O3
paths = -I./$(iPath)
#======================

Expand Down

0 comments on commit 91fcd5d

Please sign in to comment.