From: Pedro A. <pe...@co...> - 2010-01-30 17:52:24
|
On Saturday 30 January 2010 17:41:41, Vincent Torri wrote: > > On Sat, 30 Jan 2010, Pedro Alves wrote: > > > On Saturday 30 January 2010 07:13:55, Vincent Torri wrote: > > > >> -g is not an option. The dll would be too big. The fact that a dll takes > >> in memory a multiple of 64KB is already a problem. > > > > ??? The data -g puts in the dll doesn't contribute a single byte > > to what the dll takes in memory. > > ok, but runtime startup is a lot bigger What's runtime startup? There's no reason to copy a dll with debug info to the device. You can copy a stripped version, and keep the version with debug info in the host. Of course, if you want to provide a prebuilt dll with debug info to users, you can also provide an already pre-stripped dll. -- Pedro Alves |