SQLite compiler optimizations
SQLite compiler optimizations
- Subject: SQLite compiler optimizations
- From: Ian McGregor <email@hidden>
- Date: Fri, 26 Dec 2003 09:44:08 -0800
I am curious what others have done regarding SQLite and compiler
optimization settings in Xcode.
For example, in Xcode if I use the fastest/smallest or any other -o2 or
-o1 setting I get a pile of warnings for uninitialized variables. By
turning off optimization, these warnings are suppressed, but this does
not seem like a good solution. Also, by setting these variables to an
initial value, I understand there are some speed sacrifices in various
loops.
Has anyone tried using -DNDEBUG=1?
(see
http://groups.yahoo.com/group/sqlite/message/2397)
Cheers,
Ian
[demime 0.98b removed an attachment of type application/pkcs7-signature which had a name of smime.p7s]
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.