>From d70da533ddd0152f7d358854b184855932d6390c Mon Sep 17 00:00:00 2001 From: "Jorge P. de Morais Neto" Date: Sat, 24 Sep 2022 19:58:21 -0300 Subject: [PATCH] Undo 97b928ce09d6034ebcb541fb548e5d4862302add for Guix The aforementioned commit breaks Guix's emacs recipe. The recipe could trivially be fixed by Guix developers, but for a user this patch is more convenient. --- lisp/emacs-lisp/comp.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el index abab9107ae..eee25f2557 100644 --- a/lisp/emacs-lisp/comp.el +++ b/lisp/emacs-lisp/comp.el @@ -178,8 +178,7 @@ 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 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.37.3