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 t type='hidden' name='id' value='7b7b8c909bdfc3f281d6fd5f40784c46c795c014'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/wordnet.scm
AgeCommit message (Expand)Author
2020-03-01gnu: wordnet: Use HTTPS home page....* gnu/packages/wordnet.scm (wordnet)[home-page]: Use HTTPS. Tobias Geerinckx-Rice