Lines Matching full:builds
6 Builds must use CMake 3.15 or higher as the build system generator. The
13 Builds for Windows are tested with CMake 3.17, and Visual Studio 2019 or newer.
59 Builds for macOS and Linux are tested with CMake 3.17, and clang++ 9.0 or
62 > Compiling using g++ is supported, but clang++ builds are faster by ~15%.
119 Builds for macOS and Linux are tested with CMake 3.17, and XCode 14.0 or
164 Note that optimized release builds are compiled with link-time optimization,
177 ### Constrained block size builds
179 All normal builds will support all ASTC block sizes, including the worst case
186 ### Non-invariant builds
188 All normal builds are designed to be invariant, so any build from the same git
192 optimizations. This has most benefit for AVX2 builds where we are able to
195 ### No intrinsics builds
197 All normal builds will use SIMD accelerated code paths using intrinsics, as all
204 significantly slower than the vectorized SIMD builds.
206 ### Test builds
228 ### Address sanitizer builds
234 ### Android builds
236 Builds of the command line utility for Android are not officially supported, but can be a useful