mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-21 01:04:06 +00:00
Replaced line 15 with #if defined(__GLIBC__) && !defined(NDEBUG) to fix problems regarding malloc hook on mac os x
This was SVN commit r5211.
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
#include "ProfileViewer.h"
|
||||
#include "lib/timer.h"
|
||||
|
||||
#if GCC_VERSION && !defined(NDEBUG)
|
||||
#if defined(__GLIBC__) && !defined(NDEBUG)
|
||||
# define GLIBC_MALLOC_HOOK
|
||||
# include <malloc.h>
|
||||
# include "ThreadUtil.h"
|
||||
|
||||
Reference in New Issue
Block a user