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
F
flatdeb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Ludovico de Nittis
flatdeb
Commits
e1671d9a
Commit
e1671d9a
authored
Aug 15, 2019
by
Simon McVittie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Pass -t debug_symbols:[true/false] to runtimes, not base
Signed-off-by:
Simon McVittie
<
smcv@collabora.com
>
parent
92382cc7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
run.py
run.py
+6
-5
No files found.
run.py
View file @
e1671d9a
...
...
@@ -765,11 +765,6 @@ class Builder:
argv
.
append
(
'-t'
)
argv
.
append
(
'build_id:{}'
.
format
(
self
.
build_id
))
argv
.
append
(
'-t'
)
argv
.
append
(
'debug_symbols:{}'
.
format
(
str
(
self
.
debug_symbols
).
lower
())
)
if
self
.
variant_name
is
not
None
:
argv
.
append
(
'-t'
)
argv
.
append
(
'variant:{}'
.
format
(
self
.
variant_name
))
...
...
@@ -1090,6 +1085,12 @@ class Builder:
argv
.
append
(
'-t'
)
argv
.
append
(
'sdk:yes'
)
argv
.
append
(
'-t'
)
argv
.
append
(
'debug_symbols:{}'
.
format
(
str
(
self
.
debug_symbols
).
lower
()
)
)
argv
.
append
(
'-t'
)
argv
.
append
(
'debug_tarball:'
+
debug_tarball
+
'.new'
)
argv
.
append
(
'-t'
)
argv
.
append
(
'debug_prefix:'
+
debug_prefix
)
...
...
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