bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#13743: 24.2.93; Segmentation fault when trying to [s]teal a file ope


From: Paul Eggert
Subject: bug#13743: 24.2.93; Segmentation fault when trying to [s]teal a file opened elsewhere
Date: Wed, 20 Feb 2013 21:16:25 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130106 Thunderbird/17.0.2

> is there an easier way to compile without optimizations than 
> assigning CFLAGS before running configure?

Here's what I do:

make clean
make CFLAGS='-g3'

I suggest compiling with ENABLE_CHECKING, too, i.e.:

make clean
make CFLAGS='-g3 -DENABLE_CHECKING'





reply via email to

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