[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Porting Emacs on new platform.
From: |
Po Lu |
Subject: |
Re: Porting Emacs on new platform. |
Date: |
Thu, 16 Sep 2021 11:14:38 +0800 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) |
Рабочая Почта <work.mail.for.me.tgg@gmail.com> writes:
> Thanks for answering.
>
> This is a bug of building Emacs, not using it.
>
> ./autogen.sh
> ./configure --with-x-toolkit=no --with-xpm=no --with-jpeg=no --with-png=no
> --with-gif=no --with-tiff=no
> make
> make install
>
> You can't repeat this bug. Because this bug is due to a new processor.
> But I would be happy if you said how to set flags to compile Emacs with debug
> information.
Please compile Emacs with:
./configure --enable-checking='yes,glyphs' --enable-check-lisp-object-type \
CFLAGS='-O0 -g3'