Skip to content

Commit 984789f

Browse files
authored
- Removed compiler option '-fcallgraph-info'
1 parent 9249b17 commit 984789f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security.gpr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ project Security is
1414
end Builder;
1515

1616
package Compiler is
17-
for Default_Switches ("ada") use ("-gnatwa", "-gnatyaAbcdefhiklM128noOprsStux3", "-gnato", "-fstack-check", "-gnat12", "-fcallgraph-info=su,da", "-g", "-O2");
17+
for Default_Switches ("ada") use ("-gnatwa", "-gnatyaAbcdefhiklM128noOprsStux3", "-gnato", "-fstack-check", "-gnat12", "-g", "-O2");
1818
end Compiler;
1919

2020
package Binder is

0 commit comments

Comments
 (0)