Vim settings - "IDE" builds in debug mode

This commit is contained in:
Emmanuel BENOîT 2017-11-02 10:19:12 +01:00
parent 9e75356509
commit 302894e404
5 changed files with 17 additions and 5 deletions
.vim.local/scripts

View file

@ -1,3 +1,3 @@
#!/bin/sh
make fullclean
make -j 8 all
make fullclean CONFIG=.vim.local/scripts/build-config
make -j 8 all CONFIG=.vim.local/scripts/build-config