emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: git+master: c6e6503900534d939dd94b812563c27f22c49b7d crash when usin


From: Eli Zaretskii
Subject: Re: git+master: c6e6503900534d939dd94b812563c27f22c49b7d crash when using gnus
Date: Sun, 29 Apr 2018 20:08:35 +0300

> Cc: Uwe Brauer <address@hidden>, Emacs developers <address@hidden>
> From: Paul Eggert <address@hidden>
> Date: Sun, 29 Apr 2018 09:30:58 -0700
> 
> I fixed the cases I found by installing the attached into master.

Thanks, but please backport to the release branch as well.

> +  ./configure --enable-checking='yes,glyphs' --enable-check-lisp-object-type 
> \
> +    CFLAGS='-O0 -g3'

Please use one long line, to avoid problems when people naïvely
copy/paste the command into the shell prompt.

>    A few frequently used options are needed when you want to produce an
>    unoptimized binary with runtime checks enabled:
>  
> -     CFLAGS='-O0 -g3' ./configure --prefix=PREFIX 
> --enable-checking='yes,glyphs'
> +     ./configure --prefix=PREFIX --enable-checking='yes,glyphs' \
> +       CFLAGS='-O0 -g3'

Likewise here.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]