A C++ library for logging very fast and without allocating.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
242 B

  1. C_COMPILER=clang
  2. CXX_COMPILER=clang++
  3. LLVM_COV=llvm-cov
  4. LLVM_PROFDATA=llvm-profdata
  5. NOISY_CMAKE=0
  6. MOLD_LINKER=mold
  7. DOXYGEN=doxygen
  8. DOXYFILE="$SNUGLOG_DIR/tools/config/doxygen.config"
  9. DOC_TODO="/dev/null"
  10. MUST_REWRITE_PATHS=0
  11. REWRITE_PATHS=""