authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2018-09-22 10:22:01-04:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2018-09-22 10:22:01-04:00
log3c1f9baff10be20910fc6e168c293759d9b8537e
tree737af1aba5bb5219aa138f042534da5c2191f761
parent5c15c5fc48fa61569eca7bcd49e1c819db2a90c9
signaturelock-open Commit is signed but in an unrecognized format.

doc: add note about reproducible builds


1 files changed, 4 insertions(+), 0 deletions(-)

doc/langref.html.in+4
......@@ -6502,6 +6502,7 @@ pub fn build(b: *Builder) void {
65026502 <li>Safety checks enabled</li>
65036503 <li>Slow runtime performance</li>
65046504 <li>Large binary size</li>
6505 <li>No reproducible build requirement</li>
65056506 </ul>
65066507 {#header_close#}
65076508 {#header_open|ReleaseFast#}
......@@ -6511,6 +6512,7 @@ pub fn build(b: *Builder) void {
65116512 <li>Safety checks disabled</li>
65126513 <li>Slow compilation speed</li>
65136514 <li>Large binary size</li>
6515 <li>Reproducible build</li>
65146516 </ul>
65156517 {#header_close#}
65166518 {#header_open|ReleaseSafe#}
......@@ -6520,6 +6522,7 @@ pub fn build(b: *Builder) void {
65206522 <li>Safety checks enabled</li>
65216523 <li>Slow compilation speed</li>
65226524 <li>Large binary size</li>
6525 <li>Reproducible build</li>
65236526 </ul>
65246527 {#header_close#}
65256528 {#header_open|ReleaseSmall#}
......@@ -6529,6 +6532,7 @@ pub fn build(b: *Builder) void {
65296532 <li>Safety checks disabled</li>
65306533 <li>Slow compilation speed</li>
65316534 <li>Small binary size</li>
6535 <li>Reproducible build</li>
65326536 </ul>
65336537 {#header_close#}
65346538 {#see_also|Compile Variables|Zig Build System|Undefined Behavior#}