Skip to content

Commit

Permalink
Include debug symbol in release.
Browse files Browse the repository at this point in the history
  • Loading branch information
autozimu committed Aug 2, 2018
1 parent 2775dc6 commit 244ed67
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ regex = "1"
glob = "0"
notify = "4"

[profile.release]
debug = true

[package.metadata.release]
no-dev-version = true
pre-release-replacements = [
Expand Down
2 changes: 1 addition & 1 deletion min-vimrc.vim
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ set signcolumn=yes
let g:LanguageClient_serverCommands = {
\ 'rust': ['rustup', 'run', 'stable', 'rls'],
\ }
let $RUST_BACKTRACE = 'full'
let $RUST_BACKTRACE = 1
let g:LanguageClient_loggingFile = '/tmp/LanguageClient.log'
let g:LanguageClient_loggingLevel = 'INFO'
let g:LanguageClient_serverStderr = '/tmp/LanguageServer.log'

0 comments on commit 244ed67

Please sign in to comment.