NeoBundle 'scrooloose/syntastic'
...
" syntastic {{{
let g:syntastic_cpp_compiler = 'g++'
let g:syntastic_cpp_compiler_options = ' -std=gnu++11 -DCACHELINE_SIZE=64'
let g:syntastic_mode_map = { 'mode': 'active',
\ 'active_filetypes': ['python', 'c++', 'c'] }
" }}}
Last active
August 29, 2015 14:03
-
-
Save nojima/d4549cecbb25e9dbfc42 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment