No rpmalloc on emscripten.

This commit is contained in:
Bartosz Taudul
2022-08-08 19:30:00 +02:00
parent bb22542a90
commit 849e58bfb3

View File

@@ -3,7 +3,7 @@
#include <stdlib.h>
#ifdef TRACY_ENABLE
#if defined TRACY_ENABLE && !defined __EMSCRIPTEN__
# include "TracyApi.h"
# include "TracyForceInline.hpp"
# include "../client/tracy_rpmalloc.hpp"