mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-15 23:32:59 +01:00
3 lines
156 B
Makefile
3 lines
156 B
Makefile
|
# use the wrapper functions for malloc and friends to provide thread-safety
|
||
|
LINKFLAGS += -Wl,-wrap=malloc -Wl,-wrap=calloc -Wl,-wrap=realloc -Wl,-wrap=free
|