Page 1 of 1

Build obversation

Posted: Wed Feb 01, 2012 2:45 am
by ispyisail
Hi all

Something I have noticed when doing builds is the image size

When I do a full build

Code: Select all

make FULL_BUILD=true
The total images size comes to about 30MB compressed

When I do the next build using (for small changes)

Code: Select all

make
The total images size comes to about 60MB compressed

I'm doing another build using FULL_BUILD just to check my facts

??

This is not really a problem just an observation

Re: Build obversation

Posted: Wed Feb 01, 2012 2:12 pm
by ispyisail
I can confirm the theory above is NOT true.

I just built a new image on the same machine with same build and the images came out the same size?

I still wonder why earlier builds were half the size?

oh well

Re: Build obversation

Posted: Wed Feb 01, 2012 2:23 pm
by hnl_dk
ispyisail wrote:...
I still wonder why earlier builds were half the size?
...
uglifyjs? ;)

Re: Build obversation

Posted: Wed Feb 01, 2012 2:54 pm
by ispyisail
That was my thoughts as well but..............
same machine with same build
???

Re: Build obversation

Posted: Wed Feb 01, 2012 3:06 pm
by hnl_dk
ispyisail wrote:That was my thoughts as well but..............
same machine with same build
???
ah, okay

Re: Build obversation

Posted: Wed Feb 01, 2012 3:47 pm
by hnl_dk
ispyisail wrote:That was my thoughts as well but..............
same machine with same build
???
Think I found the answer...

Code: Select all

01/31/2012 12:22 am	Eric Bishop
remove debug line in full-build.sh

Re: Build obversation

Posted: Wed Feb 01, 2012 4:41 pm
by ispyisail
yep. that could be it