emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/beardbolt 4cbe58f834 279/323: Add -g1 instead of -g to


From: ELPA Syncer
Subject: [elpa] externals/beardbolt 4cbe58f834 279/323: Add -g1 instead of -g to speed it up massively
Date: Thu, 9 Mar 2023 10:58:39 -0500 (EST)

branch: externals/beardbolt
commit 4cbe58f834fa84da69799308dd8ae7ea0f7b1e34
Author: João Távora <joaotavora@gmail.com>
Commit: João Távora <joaotavora@gmail.com>

    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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]