16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-21 18:19:19 +02:00

reenable precompiled header, add USE_LTO option, enable LTO in CI builds

This commit is contained in:
milek7
2021-01-24 23:15:18 +01:00
parent 3cb5a98b60
commit 610ae75b17
6 changed files with 28 additions and 4079 deletions

View File

@@ -11,9 +11,6 @@ http://mozilla.org/MPL/2.0/.
#include <stack>
#include <vector>
#include <glm/glm.hpp>
#include <glm/gtc/matrix_transform.hpp>
#include <glm/gtc/type_ptr.hpp>
// encapsulation of the fixed pipeline opengl matrix stack
class opengl_matrices {