Guest User

Untitled

a guest
Apr 25th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. -nostdlibs -llibtcmalloc -llibm -llibc -llibgcc
  2.  
  3. -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free
  4.  
  5. LIB_TCMALLOC = $(TCMALLOC_LIB_DIR)/libtcmalloc_minimal.a
  6. LIB_DIR := .... -L$(TCMALLOC_LIB_DIR) ...
  7. LIBS := ... -static $(LIB_TCMALLOC) ...
Add Comment
Please, Sign In to add comment