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