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
3371dac9
Commit
3371dac9
authored
May 30, 2016
by
yoogx
Browse files
* Remove -fPIC
parent
a143e9d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
projects/ocarina.gpr.in
View file @
3371dac9
...
...
@@ -52,8 +52,7 @@ project Ocarina is
case
Build
is
when
"debug"
=>
for
Default_Switches
(
"Ada"
)
use
(
"-fPIC"
,
"-g"
,
(
"-g"
,
"-gnatfy"
,
"-gnatwae"
,
"-gnatoa"
,
...
...
@@ -68,7 +67,6 @@ project Ocarina is
when
"release"
=>
for
Default_Switches
(
"Ada"
)
use
(
"-O2"
,
"-fPIC"
,
"-gnat12"
,
"-gnata"
,
"-gnaty"
,
...
...
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