Lines Matching +refs:cc +refs:check +refs:some +refs:feature
4 This document provides some tips and reminders for the SQLite
77 check for `${filename}.exe` on Windows platforms. However, on such
131 - **`sqlite-add-feature-flag ?-shell? FLAG...`**\
132 Adds the given feature flag to the CFLAGS which are specific to
140 The shell-specific counterpart of `sqlite-add-feature-flag` which
200 `cc -o jimsh0 autosetup/jimsh0.c`\
289 feature tests performed by the configure script may amend global flags
307 implicitly modified global state which broke the zlib feature
308 test. Because the feature tests no longer (intentionally) modify
311 In this build, cases where feature tests modify global state in such a
312 way that it may impact later feature tests are either (A) very
318 results of any given feature test into its own well-defined
336 set library-level feature toggles, e.g. `-DSQLITE_OMIT_FOO`, in which
372 configure process, and check it in.
384 demonstrated in [check-in 3296c8d3](/info/3296c8d3).
416 # the --help text, which may lead to some confusion: