On Thursday, November 29, 2012 3:25:30 AM UTC+13, David Fishburn wrote: > If someone could point out how to enable debug (with Windows I just add > debug=yes with nmake) .
I just edit src/Makefile where it sets CFLAGS, to add -g -DDEBUG CFLAGS = -g -DDEBUG -Wall -Wshadow -Wmissing-prototypes I don't know if there's a cleaner way. Regards, John Little -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
