~ruther/guix-local

ref: c09dca0c12fb620e8a4bb438c4e7c2a460be3550 guix-local/gnu/packages/patches/emacs-native-comp-driver-options.patch -rw-r--r-- 609 bytes
c09dca0c — Sharlatan Hellseher gnu: Add go-github-com-charmbracelet-x-exp-slice. 8 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
We substitute this anyway, so let's make it easier to substitute.

--- a/lisp/emacs-lisp/comp.el
+++ b/lisp/emacs-lisp/comp.el
@@ -203,9 +203,7 @@ and above."
   :type '(repeat string)
   :version "28.1")
 
-(defcustom native-comp-driver-options
-  (cond ((eq system-type 'darwin) '("-Wl,-w"))
-        ((eq system-type 'cygwin) '("-Wl,-dynamicbase")))
+(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