571b3110cf
streamlines the interaction between developers and their software. With its intuitive interface, GPS is easy to use, simplying source navigation and highlighting fundamental ideas in the program. Features Tools * Developer-friendly * Language-sensitive editor * Multi-language * Version control * Multi-platform * Graphical debugger * Modern GUI * Automatic code fixing * Multiple document interface * Graphs (call, dependencies, entities) * Customizable * Application builder * Extensible tool integration * Visual file comparison * Free Software * Source code reformatting * Automatic body file generation * intelligent source code navigation * Project Explorer * Project Wizard WWW: http://www.adacore.com/home/products/gnatpro/toolsuite/gps/ PR: ports/153828 Submitted by: John Marino <freebsdml@marino.st>
11 lines
524 B
Text
11 lines
524 B
Text
--- gnatlib/gnatcoll_shared.gpr.in.orig 2010-12-04 00:20:09 +0000
|
|
+++ gnatlib/gnatcoll_shared.gpr.in
|
|
@@ -45,7 +45,7 @@ project GnatColl_Shared is
|
|
for Switches ("Ada") use
|
|
("-g", "-O1", "-gnata", "-gnatVa", "-gnatQ", "-gnaty",
|
|
"-gnatwaCJe", "-gnat05");
|
|
- for Switches ("C") use ("-g", "-fdump-xref");
|
|
+ for Switches ("C") use ("-g");
|
|
when "Production" =>
|
|
for Switches ("Ada") use
|
|
("-O2", "-gnatn", "-gnatws", "-gnat05");
|