mirror of
https://github.com/vim/vim
synced 2025-04-01 07:26:44 +02:00
Problem: debug symbols for xxd are not cleaned in Makefile Solution: remove xxd.dSYM in xxds Makefile, call xxd clean target from main Makefile (Yee Cheng Chin) Remove xxd.dSYM folder when calling `make clean`. On macOS, when compiling with debug info, clang will generate a "dSYM" folder that contains debug symbols for the executable because unlike Linux, the DWARF data is not embedded in the executable itself. closes: #16010 Signed-off-by: Yee Cheng Chin <ychin.git@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org> |
||
---|---|---|
.. | ||
Make_amiga.mak | ||
Make_ming.mak | ||
Make_mvc.mak | ||
Make_vms.mms | ||
Makefile | ||
xxd.c |