diff options
author | Gerd Möllmann <gerd@gnu.org> | 2022-09-18 08:05:52 +0200 |
---|---|---|
committer | Gerd Möllmann <gerd@gnu.org> | 2022-09-19 07:14:58 +0200 |
commit | 97b928ce09d6034ebcb541fb548e5d4862302add (patch) | |
tree | df65becff167bab338374152b26bd36d77ce2179 /etc | |
parent | a2f9788cbc5f514da5f11d9f875fd7482bb00732 (diff) | |
download | emacs-97b928ce09d6034ebcb541fb548e5d4862302add.tar.gz |
MacOS ld warning from native compilation (bug#57849)
* lisp/emacs-lisp/comp.el (native-comp-driver-options): Add "-Wl,-w"
on Darwin systems.
* etc/NEWS: Describe change.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -30,6 +30,15 @@ with a prefix argument or by typing 'C-u C-h C-n'. * Changes in Specialized Modes and Packages in Emacs 28.3 +** 'native-comp-driver-options' on macOS + +The value of 'native-comp-driver-options' has been changed to contain +"-Wl,-w" to suppress warnings of the form + + ld: warning: -undefined dynamic_lookup may not work with chained fixups + +emitted during native compilation on macOS 12.6 with Xcode 14. + * New Modes and Packages in Emacs 28.3 |