MySQL Forums
Forum List  »  Source, Builds, Binaries

Re: build process for VS2005
Posted by: Viktor Štujber
Date: February 26, 2007 05:39PM

A stable setup is good, but some power users might want to tweak it.
Visual C++ has some interesting compiler/linker settings that can help achieve more effective code. For example 'Link-time code generation' + 'Whole program optimization', or SSE, etc. There are many many options.

I sort of expected cmake to 'let go' once it produced the project files, not be re-run again and again. I do not know how to configure cmake to do what I want, so the only way that I can see is to somehow detach cmake from the project file.

Thank you for your time.

Options: ReplyQuote


Subject
Views
Written By
Posted
3041
February 25, 2007 05:42AM
1964
February 25, 2007 07:21AM
Re: build process for VS2005
1997
February 26, 2007 05:39PM
1823
March 08, 2007 08:13PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.