Browse Source

added O3 and removed include

Kajetan Johannes Hammerle 3 years ago
parent
commit
0c53ccf5e4
2 changed files with 1 additions and 2 deletions
  1. 0 1
      Main.cpp
  2. 1 1
      meson.build

+ 0 - 1
Main.cpp

@@ -1,6 +1,5 @@
 #include <iostream>
 #include <cstring>
-#include <fstream>
 
 #include "rendering/GLFW.h"
 #include "rendering/Window.h"

+ 1 - 1
meson.build

@@ -8,7 +8,7 @@ glfwDep = dependency('glfw3')
 executable('game_client', 
     sources: sources,
     dependencies : [glewDep, glfwDep],
-    cpp_args: ['-Wall', '-Wextra', '-pedantic', '-Werror'])
+    cpp_args: ['-Wall', '-Wextra', '-pedantic', '-Werror', '-O3'])