From 513816ce5c055be898b80dfa3b7048bcaca876a7 Mon Sep 17 00:00:00 2001 From: Max Roncace Date: Sun, 24 Aug 2025 02:52:08 -0400 Subject: Add a precompiled header for RELs (#2597) --- src/d/d_map.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/d/d_map.cpp') diff --git a/src/d/d_map.cpp b/src/d/d_map.cpp index c4e68f0a82..3b5b96fcda 100644 --- a/src/d/d_map.cpp +++ b/src/d/d_map.cpp @@ -3,6 +3,9 @@ * */ +// not sure if this object is supposed to have a PCH - +// including it completely messes up weak function ordering + #define NO_INLINE_DLSTBASE_DRAW #include "d/d_map.h" -- cgit v1.2.3