Skip to content

Commit

Permalink
Add -glldb to clang flags for libdeno (denoland#1446)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinkassimo authored and ry committed Jan 3, 2019
1 parent 0834478 commit 76de813
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libdeno/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ config("deno_config") {
"-fcolor-diagnostics",
"-fansi-escape-codes",
]
if (is_debug) {
cflags += [ "-glldb" ]
}
}

if (is_win) {
Expand Down

0 comments on commit 76de813

Please sign in to comment.