Developer Center |
Monday October 20, 2008
GPS 4.3.0 comes with a brand new builder facility. The improvements include: – The possibility to configure the command line of every action – The possibility to display icons in the toolbar for every action – Improved support for the recent versions of GPRbuild – A graphical interface to manage build commands – Possibility to launch builds (or any other build-like command, like syntax check or semantic checks) every time a file is saved GPS 4.3.0 also introduces the notion of Build Modes. An entry is displayed in the toolbar, allowing to select a Build Mode. The selection of a Build Mode activates special compilation options, and builds objects and executables in separate subdirectories in the object directories defined by the project. The following Modes are available by default: – default: the switches defined in the project are used – debug: objects are created with debug information and no optimization – gprof: builds with support for the gprof profiler – gcov: builds with support for the gcov coverage tool Note: these modes are effective only when building with gnatmake or gprbuild.
Posted
in Development Log, GPS