Some checks failed
Periodic Merges (6h) / master → staging-nixos (push) Failing after 12m50s
Periodic Merges (6h) / master → staging-next (push) Failing after 12m54s
Periodic Merges (24h) / merge-base(master,staging) → haskell-updates (push) Failing after 11m54s
Periodic Merges (6h) / staging-next → staging (push) Failing after 12m13s
Periodic Merges (24h) / staging-next-25.05 → staging-25.05 (push) Failing after 13m24s
Periodic Merges (24h) / release-25.05 → staging-next-25.05 (push) Failing after 14m28s
20 lines
798 B
Diff
20 lines
798 B
Diff
diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el
|
|
index 2c9b79334b..50c6b5ac85 100644
|
|
--- a/lisp/emacs-lisp/comp.el
|
|
+++ b/lisp/emacs-lisp/comp.el
|
|
@@ -178,8 +178,9 @@ native-comp-compiler-options
|
|
:type '(repeat string)
|
|
:version "28.1")
|
|
|
|
-(defcustom native-comp-driver-options (when (eq system-type 'darwin)
|
|
- '("-Wl,-w"))
|
|
+(defcustom native-comp-driver-options (append (when (eq system-type 'darwin)
|
|
+ '("-Wl,-w"))
|
|
+ '(@backendPath@))
|
|
"Options passed verbatim to the native compiler's back-end driver.
|
|
Note that not all options are meaningful; typically only the options
|
|
affecting the assembler and linker are likely to be useful.
|
|
--
|
|
2.37.3
|
|
|