Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
Ocarina
Commits
cd210488
Commit
cd210488
authored
Jul 15, 2013
by
yoogx
Browse files
* Remove "-s" flag for debug mode, it's a nuisance
parent
15d027b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
projects/ocarina.gpr.in
View file @
cd210488
...
...
@@ -102,7 +102,7 @@ project Ocarina is
package
Builder
is
case
Build
is
when
"debug"
=>
for
Default_Switches
(
"Ada"
)
use
(
"-s"
,
"-g"
);
for
Default_Switches
(
"Ada"
)
use
(
"-g"
);
when
"release"
=>
for
Default_Switches
(
"Ada"
)
use
(
"-s"
);
end
case
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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