mirror of https://github.com/libsdl-org/SDL.git
SDL_malloc: disable malloc stats
This avoids bringing in stdio.
This commit is contained in:
parent
31a4c92ee5
commit
578ac0ef52
|
|
@ -30,6 +30,7 @@
|
||||||
#define LACKS_STDLIB_H
|
#define LACKS_STDLIB_H
|
||||||
#define FORCEINLINE
|
#define FORCEINLINE
|
||||||
#define ABORT
|
#define ABORT
|
||||||
|
#define NO_MALLOC_STATS 1
|
||||||
#define USE_LOCKS 1
|
#define USE_LOCKS 1
|
||||||
#define USE_DL_PREFIX
|
#define USE_DL_PREFIX
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue