Lines Matching refs:option
86 option(FAST_STRCMP "Always optimize strcmp for performance" ON)
94 option(NEWLIB_GLOBAL_ERRNO "use global errno variable" OFF)
99 option(PICOLIBC_TLS "use thread local storage for static data" ON)
106 option(POSIX_IO "Provide fopen/fdopen using POSIX I/O (open, close, read, write, lseek)" ON)
108 option(POSIX_CONSOLE "Use POSIX I/O for stdin/stdout/stderr" OFF)
118 option(PREFER_SIZE_OVER_SPEED "Prefer smaller code size" ${default_prefer_size})
125 option(TINY_STDIO "Use tiny stdio from avr libc" ON)
355 option(_IO_FLOAT_EXACT "Provide exact binary/decimal conversion for printf/scanf" ON)
363 option(_ASSERT_VERBOSE "Assert provides verbose information" ON)
367 option(_PICOLIBC_ATOMIC_SIGNAL "Use atomics in signal/raise" ON)
371 option(_MB_CAPABLE "Enable multi-byte support" OFF)
376 option(_NANO_MALLOC "Use smaller malloc implementation" ON)
383 option(_WANT_IO_C99_FORMATS "Support C99 formats in printf/scanf" ON)
387 option(_WANT_IO_LONG_LONG "Support long long in integer printf/scanf" OFF)
391 option(_WANT_IO_LONG_DOUBLE "Support long double in printf/scanf" OFF)
395 option(_WANT_MINIMAL_IO_LONG_LONG "Support long long in minimal printf/scanf" OFF)
399 option(_WANT_IO_POS_ARGS "Support positional args in integer printf/scanf" OFF)
402 option(__IO_FLOAT "Support floating point in printf/scanf by default" ON)
405 option(_PRINTF_SMALL_ULTOA "Avoid soft divide in printf" ON)
409 option(_PRINTF_PERCENT_N "Support %n formats in printf" OFF)
413 option(_WANT_IO_PERCENT_B "Support %b/%B formats in printf/scanf" OFF)
417 option(_WANT_IO_WCHAR "Support %ls/%lc formats in printf even without multi-byte" OFF)
465 option(__HAVE_LOCALE_INFO__ "Provide locale support" OFF)
470 option(__HAVE_LOCALE_INFO_EXTENDED__ "Provide even more locale support" OFF)
491 option(__SINGLE_THREAD__ "Disable multithreading support" OFF)
593 option(TESTS "Enable tests" OFF)