[gtkada] GtkAda programs size

Arnaud Charlet charlet at ACT-Europe.FR
Mon Oct 21 12:37:22 CEST 2002


> Why my gtkada program are so big ?

Because you are comparing apples and oranges most likely.

> For exemple size of helloworld2 with gtkada : 64.0k
> with native gtk : 8.0k
> 
> And There is a way to reduce that size ?

use gnatmake my_app `gtkada-config` -bargs -shared -largs -s

if you're interested in small size of small applications.
You will probably find out later that this kind of comparison (or disk
size) is not really relevant.

Arno




More information about the gtkada mailing list