CI

Nnoops long arithmetic library

This library provides realisation of the long integer numbers(signed and unsigned) and big float numbers.

Build Linux

mkdir build
cd build
cmake ..

Build Windows

mkdir build
cd build
cmake ..

CMake Flags

Flag Usage Description Default value
CLANG_TIDY -DCLANG_TIDY=[ON / OFF] Enable clang-tidy checks during compilation OFF
ASAN -DASAN=[ON / OFF] Enable Address Sanitizer OFF
UBSAN -DUBSAN=[ON / OFF] Enable Undefined Behavior Sanitizer OFF
WERROR -DWERROR=[ON / OFF] Treat warnings as errors ON
TESTING -DTESTING=[ON / OFF] Build tests ON
BENCH -DBENCH=[ON / OFF] Build benchmarks OFF