branch: externals/beardbolt
commit 4cbe58f834fa84da69799308dd8ae7ea0f7b1e34
Author: João Távora <[email protected]>
Commit: João Távora <[email protected]>
Add -g1 instead of -g to speed it up massively
---
beardbolt.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/beardbolt.el b/beardbolt.el
index 513329e746..29ecbb7868 100644
--- a/beardbolt.el
+++ b/beardbolt.el
@@ -261,7 +261,7 @@ Returns a list (SPEC ...) where SPEC looks like (WHAT FN
CMD)."
(disass-asm-out (tmp "beardbolt" "out"))
(base-command (ensure-list (or bb-command
(bb--lang-base-cmd (bb--get-lang)))))
- (debug `("-g"))
+ (debug `("-g1"))
(stdin-process `("-x" ,(if (derived-mode-p 'c++-mode) "c++" "c")
"-"))
(direct-asm `("-S" ,(format "-masm=%s" bb-asm-format)
"-o" ,direct-asm-out))