[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Adding module+DLL to Lua for Windows (LfW)
- From: steve donovan <steve.j.donovan@...>
- Date: Wed, 9 Dec 2009 12:48:44 +0200
On Wed, Dec 9, 2009 at 12:45 PM, Mike Pall <mikelu-0912@mike.de> wrote:
> A good share of that is due to -fomit-frame-pointer being the
> default in MSVC release mode, but not in MinGW. The other reason
> is that MSVC with the highest optimization setting has better
> heuristics than GCC -O3 (try -O2 plus selected -f options instead).
Cool, I will try this out. Ryan (of LfW) fame was swearing that life
would be so much simpler if LfW could move to GCC.