Use PCH to massively speed up compile time

A change to a common header goes from 90s to 20s on my system. Crazy.
This commit is contained in:
PJB3005
2026-03-29 13:24:59 +02:00
parent 24bd0f28a7
commit b562490146
2 changed files with 9 additions and 1 deletions
+7
View File
@@ -0,0 +1,7 @@
#pragma once
#define PROCS_DUMP_NAMES 1
#include "dolzel_rel.pch"
#include "dolzel.pch"
#include "dolzel_base.pch"