mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-09-10 03:01:56 -04:00
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:
@@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#define PROCS_DUMP_NAMES 1
|
||||
|
||||
#include "dolzel_rel.pch"
|
||||
#include "dolzel.pch"
|
||||
#include "dolzel_base.pch"
|
||||
Reference in New Issue
Block a user