You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
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]
5 lines
222 B
C++
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"
|