Poster | Thread |
BillE
 |  |
Re: Nightly builds of MUI3 and MUI4 for AmigaOS available Posted on 15-Jun-2014 20:06:00
| | [ #1 ] |
|
|
 |
Super Member  |
Joined: 14-Nov-2003 Posts: 1196
From: Northern Scotland | | |
|
| What do the nightly downloads contain ?
The MUI4.0 downloads are about 3Mb in size yet the nightly build is 12Mb. |
|
Status: Offline |
|
|
x303
|  |
Re: Nightly builds of MUI3 and MUI4 for AmigaOS available Posted on 15-Jun-2014 20:15:10
| | [ #2 ] |
|
|
 |
Regular Member  |
Joined: 19-Jan-2005 Posts: 181
From: Amsterdam | | |
|
| Just gcc's 'strip' to make them smaller  |
|
Status: Offline |
|
|
tboeckel
|  |
Re: Nightly builds of MUI3 and MUI4 for AmigaOS available Posted on 16-Jun-2014 5:34:07
| | [ #3 ] |
|
|
 |
Regular Member  |
Joined: 7-Oct-2004 Posts: 274
From: Rehmerloh, Germany | | |
|
| The nightly build archives contain unstripped binaries to ensure that possible crashlogs contain the file and line information as readable information already. _________________ Why stop it now, just when I am hating it?
Thore Böckelmann
|
|
Status: Offline |
|
|
tboeckel
|  |
Re: Nightly builds of MUI3 and MUI4 for AmigaOS available Posted on 16-Jun-2014 5:36:26
| | [ #4 ] |
|
|
 |
Regular Member  |
Joined: 7-Oct-2004 Posts: 274
From: Rehmerloh, Germany | | |
|
| Quote:
Just gcc's 'strip' to make them smaller |
Don't do that. The additional binary size does NOT consume any memory at run time. But it makes debugging LOTS easier in case of a crash. _________________ Why stop it now, just when I am hating it?
Thore Böckelmann
|
|
Status: Offline |
|
|
BillE
 |  |
Re: Nightly builds of MUI3 and MUI4 for AmigaOS available Posted on 16-Jun-2014 9:50:10
| | [ #5 ] |
|
|
 |
Super Member  |
Joined: 14-Nov-2003 Posts: 1196
From: Northern Scotland | | |
|
| @x303 Quote:
Just gcc's 'strip' to make them smaller |
Doesn't help, it is the download time that worries me not the final size of the binary.
@tboeckel Quote:
The nightly build archives contain unstripped binaries to ensure that possible crashlogs contain the file and line information... |
Understood, it makes sense now. Thanks for the clarification. |
|
Status: Offline |
|
|
x303
|  |
Re: Nightly builds of MUI3 and MUI4 for AmigaOS available Posted on 16-Jun-2014 17:35:22
| | [ #6 ] |
|
|
 |
Regular Member  |
Joined: 19-Jan-2005 Posts: 181
From: Amsterdam | | |
|
| Hmm, why do you have 2 separate downloads then (normal & debug) ? |
|
Status: Offline |
|
|
tboeckel
|  |
Re: Nightly builds of MUI3 and MUI4 for AmigaOS available Posted on 17-Jun-2014 8:13:45
| | [ #7 ] |
|
|
 |
Regular Member  |
Joined: 7-Oct-2004 Posts: 274
From: Rehmerloh, Germany | | |
|
| Quote:
Hmm, why do you have 2 separate downloads then (normal & debug) ? |
The debug archive consists of muimaster.library only which is built with debugging output enabled. That explains why this archive is smaller than the normal archive, which contains all external classes as well. The debug version will print out LOTS of stuff on the serial line. Usually this version is only required if detailed logs are necessary to find out the cause of an issue. _________________ Why stop it now, just when I am hating it?
Thore Böckelmann
|
|
Status: Offline |
|
|