]> git.eshelyaron.com Git - emacs.git/commit
Default gcc -Og to inlining key ops
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 4 Apr 2020 23:56:57 +0000 (16:56 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 4 Apr 2020 23:57:43 +0000 (16:57 -0700)
commit15853707c8c36aff1d3cc19205971b88e04d007b
tree500707c66fb48e90d4a10fbfc4a30efef77a91be
parentf71afd600aef77d3c7248ae0e94b8c55fb2c5eb2
Default gcc -Og to inlining key ops

Problem reported by Martin Rudalics in:
https://lists.gnu.org/r/emacs-devel/2020-04/msg00195.html
* configure.ac (DEFINE_KEY_OPS_AS_MACROS): Define if -Og.
* src/Makefile.in (KEY_OPS_CFLAGS): New macro.
(EMACS_CFLAGS): Use it.
* src/lisp.h (DEFINE_KEY_OPS_AS_MACROS): Let the gcc command line
specify it.  Remove use of undocumented INLINING macro.
configure.ac
src/Makefile.in
src/lisp.h