Lines Matching full:compiler
11 Compiler options can be set using conventional environment variables such as `CC` and `CFLAGS` when…
48 * A C99 toolchain (compiler, linker, archiver). We actively test with GCC 5.4, Clang 3.8, Arm Compi…
71 * A C compiler for the host platform, for some test data.
73 The scripts that generate the configuration-independent files will look for a host C compiler in th…
75 1. The `HOSTCC` environment variable. This can be used if `CC` is pointing to a cross-compiler.
79 …stalled, it is recommended to set `CC` or `HOSTCC` to the intended host compiler before generating…
91 We require GNU Make. To build the library and the sample programs, GNU Make and a C compiler are su…
113 …FLAGS` by setting them in your environment or on the make command line; compiler warning options m…
115 …en you want to get rid of its default content (for example because your compiler doesn't accept `-…
145 …CMake buildsystem. Most of them are available for gcc and clang, though some are compiler-specific:
154 - `Check`. This activates the compiler warnings that depend on optimization and treats all warnin…
164 Note that, with CMake, you can't adjust the compiler or its flags after the