Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
PolyORB-HI-Ada
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
TASTE
PolyORB-HI-Ada
Commits
926df680
Commit
926df680
authored
Apr 03, 2018
by
yoogx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Minor reformatting
parent
b1c1ff91
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
src/polyorb_hi.gpr.in
src/polyorb_hi.gpr.in
+4
-4
No files found.
src/polyorb_hi.gpr.in
View file @
926df680
...
...
@@ -80,7 +80,7 @@ project PolyORB_HI is
);
Analyze_Options
:=
(
"-g"
,
--
Debug
information
"-g"
,
--
Debug
information
"-O1"
,
--
Optimisation
level
1
"-gnatp"
--
Suppress
all
checks
);
...
...
@@ -117,7 +117,7 @@ project PolyORB_HI is
when
"Release"
=>
for
Default_Switches
(
"Ada"
)
use
Common_Options
&
Release_Options
;
when
"Analyzable"
=>
when
"Analyzable"
=>
for
Default_Switches
(
"Ada"
)
use
Common_Options
&
Analyze_Options
;
end
case
;
...
...
@@ -183,12 +183,12 @@ project PolyORB_HI is
for
Default_Switches
(
"ada"
)
use
(
"-g"
,
"-Wl,--gc-sections"
);
when
others
=>
when
others
=>
for
Default_Switches
(
"ada"
)
use
(
"-g"
);
end
case
;
when
"Release"
|
"Analyzable"
=>
null
;
null
;
end
case
;
end
Linker
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment