Files
UnrealEngineUWP/Engine/Source/Programs/DumpSyms/Private/MiMallocInject.cpp
neil henning 936afc71d7 Make dump_syms buildable from UBT.
Also deployed a dump_syms built in shipping config with this change into the binary folder.

[CL 33227371 by neil henning in ue5-main branch]
2024-04-25 07:31:24 -04:00

5 lines
222 B
C++

// Copyright Epic Games, Inc. All Rights Reserved.
// This file exists solely to pull in mimalloc because otherwise the performance of our built dump_syms will suck (it allocates a looooot of memory).
#include "static.c"