Skip to content

Commit

Permalink
CFLAGS -= -O2 (which obstructs debugging)
Browse files Browse the repository at this point in the history
  • Loading branch information
adam8157 committed Aug 29, 2012
1 parent b1b8d37 commit 2c4fe88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ set pastetoggle=<F4>

" Save & Make
nnoremap <F5> :w<CR>:make!<CR>
nnoremap <F6> :w<CR>:make! %< CC=gcc CFLAGS="-Wall -g -O2"<CR>:!./%<<CR>
nnoremap <F6> :w<CR>:make! %< CC=gcc CFLAGS="-g -Wall"<CR>:!./%<<CR>
" Quickfix window
nnoremap <silent> <F7> :botright copen<CR>
Expand Down

0 comments on commit 2c4fe88

Please sign in to comment.