[Bug 100] jabref execution fails

[email protected] Wed, 9 Mar 2005 14:28:15 -0500
Newsgroups gmane.comp.java.vm.sablevm.bugs
Message-ID <[email protected]>
http://sablevm.org/bugs/show_bug.cgi?id=100





------- Additional Comments From [email protected]  2005-03-09 14:28 -------

Hi,

-pipe does not affect the executables created... -pipe tells gcc not to create
intermediate temparory files and use pipes instead.  It does increases memory
usage during the compilation.  You can either use it or not.

Basically, I meant flags other than -O2, -pipe, -fomit-frame-pointer and -march
should not be used.  We had a previous bug report from a Gentoonian using
non-standard flags. :)

BTW, I never add problem building it on my systems with 256MB RAM, 512MB swap...





------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are the QA contact for the bug, or are watching the QA contact.