diff options
-rw-r--r-- | libdeno/BUILD.gn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libdeno/BUILD.gn b/libdeno/BUILD.gn index bf780cbaa..39a024c41 100644 --- a/libdeno/BUILD.gn +++ b/libdeno/BUILD.gn @@ -16,6 +16,9 @@ config("deno_config") { "-fcolor-diagnostics", "-fansi-escape-codes", ] + if (is_debug) { + cflags += [ "-glldb" ] + } } if (is_win) { |