Build spdlog as a shared library (#59)

* change build settings for spdlog

* fix typo

* trying with j4 now

* try as a shared library

* add shadow warning back
This commit is contained in:
water111
2020-10-03 10:33:20 -04:00
committed by GitHub
parent c2cb053a5d
commit d03080c463
157 changed files with 14 additions and 41543 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ jobs:
- name: Build Project
run: |
cd build
make
make -j4
- name: Run Tests
timeout-minutes: 5
run: ./test_code_coverage.sh