| www.delorie.com/gnu/docs/gcc/gnat_ug_219.html | search |
![]() Buy the book! | |
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
Here is a quick summary of the steps to be taken in order to reduce
the size of your executables with gnatelim. You may use
other GNAT options to control the optimization level,
to produce the debugging information, to set search path, etc.
$ gnatmake ^-c Main_Prog^/ACTIONS=COMPILE MAIN_PROG^ $ gnatbind main_prog $ gnatmake -f -c -gnatc -gnatt Main_Prog |
Eliminate pragmas
$ gnatelim Main_Prog >[>] gnat.adc |
$ gnatmake ^-f Main_Prog^/FORCE_COMPILE MAIN_PROG^ |
| webmaster donations bookstore | delorie software privacy |
| Copyright © 2003 by The Free Software Foundation | Updated Jun 2003 |