Skip to content
Commits on Source (2)
......@@ -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 &lt;stdio.h&gt;
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>buster</em>.
decide we want to solve it for <em>bullseye</em>.
<br />
I think this is not happening because people believe
things have been sorted out and we take care of them.
......