Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
debconf19: mention ffile-prefix-map too.
· 6605156c
Vagrant Cascadian
authored
Jul 21, 2019
6605156c
debconf19: buster -> bullseye.
· d4cc9271
Vagrant Cascadian
authored
Jul 21, 2019
d4cc9271
Hide whitespace changes
Inline
Side-by-side
2019-07-21-DebConf19/index.html
View file @
d4cc9271
...
...
@@ -289,7 +289,7 @@
<section
data-background=
"images/800px-Debconf19-horizontal.png"
data-background-size=
"8%"
data-background-position=
"90% 10%"
>
<h3>
Build Path Variations
</h3>
<p>
GCC
<code>
-fmacro-prefix-map
</code></p>
<p>
GCC
<code>
-fmacro-prefix-map
</code>
and
<code>
-ffile-prefix-map
</code>
</p>
<pre
class=
"fragment"
>
#include
<
stdio.h
>
int main() {
fprintf(stderr, "error at %s line %l", __FILE__, __LINE__); return 1;
...
...
@@ -336,7 +336,7 @@ int main() {
<p
class=
"fragment"
>
With the upcoming list of bugs we
don't want to fingerpoint at individual teams,
instead I think we can only solve this if we as Debian
decide we want to solve it for
<em>
bu
ster
</em>
.
decide we want to solve it for
<em>
bu
llseye
</em>
.
<br
/>
I think this is not happening because people believe
things have been sorted out and we take care of them.
...
...