From 3c1f9baff10be20910fc6e168c293759d9b8537e Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Sat, 22 Sep 2018 10:22:01 -0400 Subject: [PATCH] doc: add note about reproducible builds --- doc/langref.html.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/langref.html.in b/doc/langref.html.in index f28c8d6cf..40af140c8 100644 --- a/doc/langref.html.in +++ b/doc/langref.html.in @@ -6502,6 +6502,7 @@ pub fn build(b: *Builder) void {
  • Safety checks enabled
  • Slow runtime performance
  • Large binary size
  • +
  • No reproducible build requirement
  • {#header_close#} {#header_open|ReleaseFast#} @@ -6511,6 +6512,7 @@ pub fn build(b: *Builder) void {
  • Safety checks disabled
  • Slow compilation speed
  • Large binary size
  • +
  • Reproducible build
  • {#header_close#} {#header_open|ReleaseSafe#} @@ -6520,6 +6522,7 @@ pub fn build(b: *Builder) void {
  • Safety checks enabled
  • Slow compilation speed
  • Large binary size
  • +
  • Reproducible build
  • {#header_close#} {#header_open|ReleaseSmall#} @@ -6529,6 +6532,7 @@ pub fn build(b: *Builder) void {
  • Safety checks disabled
  • Slow compilation speed
  • Small binary size
  • +
  • Reproducible build
  • {#header_close#} {#see_also|Compile Variables|Zig Build System|Undefined Behavior#}