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

@@ -112,6 +112,4 @@ int const null_handle = 0;
#include "imgui/imgui.h"
#define ImVec2S(a, b) ImVec2(a * Global.ui_scale, b * Global.ui_scale)
#pragma warning( disable : 5033 ) // "register is no longer a supported storage class" but it's all over python headers
#endif