From 91fcd5d0c9c5db4ec23058ff510f457125dc62f1 Mon Sep 17 00:00:00 2001 From: artv3 Date: Sun, 13 May 2018 14:49:34 -0700 Subject: [PATCH] added -O3 flag --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index c4ab1ee..b2965ab 100644 --- a/makefile +++ b/makefile @@ -11,7 +11,7 @@ iPath = include #---[Compiler and Settings]----- compiler = g++ -compilerFlags = -std=c++11 +compilerFlags = -std=c++11 -O3 paths = -I./$(iPath) #======================