| ... | @@ -6502,6 +6502,7 @@ pub fn build(b: *Builder) void { | ... | @@ -6502,6 +6502,7 @@ pub fn build(b: *Builder) void { |
| 6502 | <li>Safety checks enabled</li> | 6502 | <li>Safety checks enabled</li> |
| 6503 | <li>Slow runtime performance</li> | 6503 | <li>Slow runtime performance</li> |
| 6504 | <li>Large binary size</li> | 6504 | <li>Large binary size</li> |
| | 6505 | <li>No reproducible build requirement</li> |
| 6505 | </ul> | 6506 | </ul> |
| 6506 | {#header_close#} | 6507 | {#header_close#} |
| 6507 | {#header_open|ReleaseFast#} | 6508 | {#header_open|ReleaseFast#} |
| ... | @@ -6511,6 +6512,7 @@ pub fn build(b: *Builder) void { | ... | @@ -6511,6 +6512,7 @@ pub fn build(b: *Builder) void { |
| 6511 | <li>Safety checks disabled</li> | 6512 | <li>Safety checks disabled</li> |
| 6512 | <li>Slow compilation speed</li> | 6513 | <li>Slow compilation speed</li> |
| 6513 | <li>Large binary size</li> | 6514 | <li>Large binary size</li> |
| | 6515 | <li>Reproducible build</li> |
| 6514 | </ul> | 6516 | </ul> |
| 6515 | {#header_close#} | 6517 | {#header_close#} |
| 6516 | {#header_open|ReleaseSafe#} | 6518 | {#header_open|ReleaseSafe#} |
| ... | @@ -6520,6 +6522,7 @@ pub fn build(b: *Builder) void { | ... | @@ -6520,6 +6522,7 @@ pub fn build(b: *Builder) void { |
| 6520 | <li>Safety checks enabled</li> | 6522 | <li>Safety checks enabled</li> |
| 6521 | <li>Slow compilation speed</li> | 6523 | <li>Slow compilation speed</li> |
| 6522 | <li>Large binary size</li> | 6524 | <li>Large binary size</li> |
| | 6525 | <li>Reproducible build</li> |
| 6523 | </ul> | 6526 | </ul> |
| 6524 | {#header_close#} | 6527 | {#header_close#} |
| 6525 | {#header_open|ReleaseSmall#} | 6528 | {#header_open|ReleaseSmall#} |
| ... | @@ -6529,6 +6532,7 @@ pub fn build(b: *Builder) void { | ... | @@ -6529,6 +6532,7 @@ pub fn build(b: *Builder) void { |
| 6529 | <li>Safety checks disabled</li> | 6532 | <li>Safety checks disabled</li> |
| 6530 | <li>Slow compilation speed</li> | 6533 | <li>Slow compilation speed</li> |
| 6531 | <li>Small binary size</li> | 6534 | <li>Small binary size</li> |
| | 6535 | <li>Reproducible build</li> |
| 6532 | </ul> | 6536 | </ul> |
| 6533 | {#header_close#} | 6537 | {#header_close#} |
| 6534 | {#see_also|Compile Variables|Zig Build System|Undefined Behavior#} | 6538 | {#see_also|Compile Variables|Zig Build System|Undefined Behavior#} |