coder137 / build_in_cpp

Build C, C++ and ASM files in C++
https://coder137.github.io/build_in_cpp/
Apache License 2.0
50 stars 2 forks source link

Compilation speedup #211

Closed coder137 closed 2 years ago

coder137 commented 2 years ago

Use static library for fmt, spdlog and flatbuffers library

codecov[bot] commented 2 years ago

Codecov Report

Merging #211 (8c91038) into main (19fcd4e) will decrease coverage by 0.00%. The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #211      +/-   ##
==========================================
- Coverage   99.18%   99.18%   -0.00%     
==========================================
  Files          71       71              
  Lines        1954     1950       -4     
  Branches      522      521       -1     
==========================================
- Hits         1938     1934       -4     
  Misses          1        1              
  Partials       15       15              
Impacted Files Coverage Δ
buildcc/lib/env/include/env/storage.h 100.00% <ø> (ø)
...uildcc/lib/toolchain/include/toolchain/toolchain.h 100.00% <ø> (ø)
buildcc/plugins/include/plugins/buildcc_find.h 100.00% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 19fcd4e...8c91038. Read the comment docs.