We substitute this anyway, so let's make it easier to substitute. --- a/lisp/emacs-lisp/comp.el +++ b/lisp/emacs-lisp/comp.el @@ -178,8 +178,7 @@ and above." :type '(repeat string) :version "28.1") -(defcustom native-comp-driver-options (when (eq system-type 'darwin) - '("-Wl,-w")) +(defcustom native-comp-driver-options nil "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.38.0 ='id' value='028959236dee5e2f851218ea6418675531b400cd'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/tests/gexp.scm
AgeCommit message (Expand)Author
2024-08-01tests: gexp: Handle incorrect guile-bootstrap version for riscv....Christopher Baines
2024-04-08gexp: Add #:guile parameter to ‘gexp->file’ and ‘scheme-file’....Ludovic Courtès
2023-12-22gexp: #:references-graphs accepts and honors <gexp-input> records....Ludovic Courtès
2023-12-22gexp: Add compiler for <gexp-input>....Ludovic Courtès
2023-11-25tests: Import (guix build syscalls) when (guix build store-copy) is used....Ludovic Courtès