[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/beardbolt 0d5be87fe6 3/3: Define BEARDBOLT when compili
From: |
ELPA Syncer |
Subject: |
[elpa] externals/beardbolt 0d5be87fe6 3/3: Define BEARDBOLT when compiling |
Date: |
Wed, 13 Nov 2024 12:57:24 -0500 (EST) |
branch: externals/beardbolt
commit 0d5be87fe64a2c525781a4c3506b2540ce47738a
Author: João Távora <joaotavora@gmail.com>
Commit: João Távora <joaotavora@gmail.com>
Define BEARDBOLT when compiling
---
beardbolt.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/beardbolt.el b/beardbolt.el
index 19fd4ccaa6..9463146b90 100644
--- a/beardbolt.el
+++ b/beardbolt.el
@@ -74,7 +74,7 @@ Passed directly to compiler or disassembler."
(bb--defoption bb-execute nil
"Non-nil to run resulting program with these arguments."
:type 'string :safe (lambda (v) (or (null v) (eq t v) (stringp v))))
-(bb--defoption bb-ccj-extra-flags nil
+(bb--defoption bb-ccj-extra-flags "-DBEARDBOLT"
"Extra flags for compilation command devined from compile_commands.json."
:type 'string :safe (lambda (v) (or (null v) (stringp v))))
(bb--defoption bb-shuffle-rainbow nil