We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e26770d commit c8a79acCopy full SHA for c8a79ac
docs/build.md
@@ -39,7 +39,7 @@ any configuration, SSE2 intrinsics are enabled by default on x86.
39
40
| Meson | CMake | Compiler option | Default | Description |
41
|-------------|------------|-----------------------------|---------|----------------------------------------------------|
42
-| (auto) | (auto) | `SPNG_STATIC` | | Controls symbol visibility on Windows |
+| (auto) | (auto) | `SPNG_STATIC` | | Controls symbol exports on Windows |
43
| enable_opt | ENABLE_OPT | `SPNG_DISABLE_OPT` | ON | Compile with optimizations |
44
| | | `SPNG_SSE=<1-4>` | 1 | SSE version target for x86 (ignored on non-x86) |
45
| | | `SPNG_ARM` | (auto) | Enable ARM NEON optimizations (ARM64 only) |
0 commit comments