Advertisement
teknoraver

ksize

Mar 13th, 2021
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. src
  2.  
  3. matteo@turbo:~/src/linux$ du -sh --exclude=.git
  4. 995M .
  5.  
  6.  
  7. non debug build
  8.  
  9. matteo@turbo:~/src/linux$ du -sh --exclude=.git
  10. 1,5G .
  11.  
  12.  
  13. CONFIG_DEBUG_INFO
  14.  
  15. matteo@turbo:~/src/linux$ du -sh --exclude=.git
  16. 4,6G .
  17.  
  18.  
  19. CONFIG_DEBUG_INFO_REDUCED:
  20.  
  21. matteo@turbo:~/src/linux$ du -sh --exclude=.git
  22. 2,4G .
  23.  
  24.  
  25. CONFIG_DEBUG_INFO_DWARF4:
  26.  
  27. matteo@turbo:~/src/linux$ du -sh --exclude=.git
  28. 4,6G .
  29.  
  30.  
  31. CONFIG_DEBUG_INFO_SPLIT:
  32.  
  33. matteo@turbo:~/src/linux$ du -sh --exclude=.git
  34. 2,5G .
  35.  
  36.  
  37. CONFIG_DEBUG_INFO_BTF:
  38.  
  39. matteo@turbo:~/src/linux$ du -sh --exclude=.git
  40. 4,7G .
  41.  
  42.  
  43. CONFIG_DEBUG_INFO_REDUCED:
  44. CONFIG_DEBUG_INFO_SPLIT:
  45.  
  46. matteo@turbo:~/src/linux$ du -sh --exclude=.git
  47. 2,0G .
  48.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement