[futurebasic] Re: [FB] Ok so I think I have eliminated some bugs... But still got one...

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : July 2009 : Group Archive : Group : All Groups

From: Brian Stevens <bstevens33@...>
Date: Sun, 5 Jul 2009 18:57:00 -0700
On Jul 5, 2009, at 11:34 AM, Robert Covington wrote:

>  And the compile tide takes a long time to come in.


Admittedly, Compositor is larger than my paltry 30 to 40 thousand  
lines of code in one of my apps but my *development* compiles are  
speedy. I use:

[1] Architecture: Current mac

[2] Use precompiled header on & Compile as Objective-C is off

[3] Optimization: None

I also turn off "Show more warnings" but the other 3 are the most  
important for speed.

We currently have to translate and compile and there is no way to  
avoid the time necessary. Gravity gripes about speed won't change  
matters because we can't go back to FB4 to write universal Mach-O apps.

Brian