[Bug 14055] Heroes of Might and Magic III occasionally crashes in mp3dec.asi

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Mar 28 11:58:21 CDT 2011


http://bugs.winehq.org/show_bug.cgi?id=14055

--- Comment #46 from Artem S. Tashkinov <t.artem at mailcity.com> 2011-03-28 11:58:21 CDT ---
(In reply to comment #44)

Two more things to consider:

1) If you have more than one CPU core, make sure you run make with -j option,
e.g.

$ nice make -j2 (if you have two CPU cores)

nice is there so that compilation process doesn't interfere with your desktop
activities

2) make sure you've exported proper CFLAGS which can greatly reduce compilation
times, like these ones

$ export CFLAGS="-O1 -pipe"

These CFLAGS alone can cut your compilation times fivefold.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list