Bläddra i källkod

added O3 compiling flag

Kajetan Johannes Hammerle 3 år sedan
förälder
incheckning
1b62b1e23a
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -1,4 +1,4 @@
-ARGS = -o fanorona -Wall -Wextra -pedantic -Werror
+ARGS = -o fanorona -Wall -Wextra -pedantic -Werror -O3
 SOURCE_CPP = source/Main.cpp source/Game.cpp source/String.cpp source/Vector.cpp source/Fields.cpp
 SOURCE_H = source/Game.h source/String.h source/Vector.h source/List.h source/Fields.h