Skip to content

Commit 91fcd5d

Browse files
committed
added -O3 flag
1 parent 8b49df5 commit 91fcd5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ iPath = include
1111

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

0 commit comments

Comments
 (0)