Ling Li wrote:

Forgot to mention: Currently I "--disable-debug
--disable-assertions" in making the 1.4.0cvs packages. If I remember
correctly (since I disabled them long time ago), the reason to
--disable-debug is that the package size is way too big with debug
info, and the reason to --disable-assertions is that some assertions
are too strict (without them LyX still works). But disabling them
might be inappropriate if the purpose is to get users' feedback.
Please let me know what compiling options should be used.

It seems to me that getting the adventurous to use the cvs version without debug info won't be very useful. "I get a core dump" doesn't help much. So, I'd suggest that you should turn off optimization and turn on debugging.

Ditto with the assertions. Assertions are triggered by a logic fault.
We want them to abort because we want to write the code correctly.

You are right. Next time I will enable the assertion and debug. However, I cannot afford to turn the compiling option -g on, since it requires a lot more disk space and I have only around 800M free space on my poor server. I tried yesterday, with -g, but the compiling didn't complete due to the limited space. Though this is not perfect for you, I hope it still helps.


--Ling



Reply via email to