]> git.eshelyaron.com Git - emacs.git/commit
Add support for GCC compiler command-line options
authorArthur Miller <arthur.miller@live.com>
Fri, 10 Sep 2021 18:57:19 +0000 (20:57 +0200)
committerAndrea Corallo <akrl@sdf.org>
Fri, 10 Sep 2021 19:04:41 +0000 (21:04 +0200)
commitdea67939b65f39b60d8e990745504bd8f9e3be2c
tree8ffad5c53b9f3fdd219d14197168e8b971672dc6
parent6eba633eadc4228f2b132cea257f1b32691fd6b2
Add support for GCC compiler command-line options

* lisp/emacs-lisp/comp.el ('native-comp-compiler-options): New option.
* lisp/emacs-lisp/bytecomp.el (byte-compile-from-buffer): Add support
for new 'native-comp-compiler-options'.
* src/comp.c (Fcomp_native_compiler_options_effective_p): New function.
(add_compiler_options): New function.
(Fcomp__compile_ctxt_to_file): Call 'add_compiler_options'.
lisp/emacs-lisp/bytecomp.el
lisp/emacs-lisp/comp.el
src/comp.c