mirror of
https://git.freebsd.org/ports.git
synced 2025-06-28 08:00:31 -04:00
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
399 B
Text
11 lines
399 B
Text
--- shared.gpr.orig 2010-12-04 06:47:54 +0000
|
|
+++ shared.gpr
|
|
@@ -35,7 +35,7 @@ project Shared is
|
|
"-gnatwaCJe", "-gnat05");
|
|
|
|
for Default_Switches ("C") use
|
|
- ("-g", "-O1", "-fdump-xref") & GnatColl_Shared.Gtk_Include;
|
|
+ ("-g", "-O1") & GnatColl_Shared.Gtk_Include;
|
|
|
|
when "Production" =>
|
|
for Default_Switches ("Ada") use
|