Re: [Quickfix-developers] Linux Compile Problems - QF1.8.0
Brought to you by:
orenmnero
From: James W. <wi...@wi...> - 2004-08-23 15:15:08
|
Oren, I will keep this in mind for the next time I build it (hopefully not for a few days, at least). I'm getting the MySQL database in place for use. I can't find in the unit tests where to set the username and password to use when connecting, though. Where should that go? Environment variable? No documentation I can find on this... best, Jim On Mon, 2004-08-23 at 11:00, Oren Miller wrote: > QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX FAQ: http://www.quickfixengine.org/wikifix/index.php?QuickFixFAQ > QuickFIX Support: http://www.quickfixengine.org/services.html > > FYI, while doing development work with C++ under linux, setting your > CXXFLAGS to "-g -O0" is probably a good idea. gcc is an extremely slow > C++ compiler, (though current versions are far better than say 3.04). > This will dramatically improve your build times and reduce memory > usage. No need to notch it up to -O2 unless you are doing performance > testing or are ready to go into production. > > --oren > |