@ -120,13 +120,14 @@ The following options are available. Note that they may not be
available on all platforms or with all compilers:
| Option | Default value | Possible values | Description |
| ----------- | ------------- | --------------- | ----------- |
|---------------|----------------|------------------------------------------------------------------|------------------------------------------------------------------------------- |
| b_asneeded | true | true, false | Use -Wl,--as-needed when linking |
| b_bitcode | false | true, false | Embed Apple bitcode, see below |
| b_colorout | always | auto, always, never | Use colored output |
| b_coverage | false | true, false | Enable coverage tracking |
| b_lundef | true | true, false | Don't allow undefined symbols when linking |
| b_lto | false | true, false | Use link time optimization |
| b_lto_threads | 0 | Any integer* | Use multiple threads for lto. *(Added in 0.57.0)* |
| b_ndebug | false | true, false, if-release | Disable asserts |
| b_pch | true | true, false | Use precompiled headers |
| b_pgo | off | off, generate, use | Use profile guided optimization |
@ -138,11 +139,13 @@ available on all platforms or with all compilers:
The value of `b_sanitize` can be one of: `none` , `address` , `thread` ,
`undefined` , `memory` , `address,undefined` .
< a name = "b_vscrt-from_buildtype" ></ a > The default value of `b_vscrt`
is `from_buildtype` . The following table is used internally to pick
the CRT compiler arguments for `from_buildtype` or
`static_from_buildtype` *(since 0.56)* based on the value of the
`buildtype` option:
* < 0 means disable , = = 0 means automatic selection , > 0 sets a specific number to use
< a name = "b_vscrt-from_buildtype" > < / a >
The default value of `b_vscrt` is `from_buildtype` . The following table is
used internally to pick the CRT compiler arguments for `from_buildtype` or
`static_from_buildtype` *(since 0.56)* based on the value of the `buildtype`
option:
| buildtype | from_buildtype | static_from_buildtype |
| -------- | -------------- | --------------------- |