Skip to content

Commit

Permalink
Activate CFString decode debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-webb committed Aug 1, 2023
1 parent a2f6ed5 commit a4df444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/log4cxx-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
cd main
mkdir build
cd build
cmake -DCMAKE_CXX_COMPILER=${{ matrix.cxx }} -DCMAKE_C_COMPILER=${{ matrix.cc }} -DLOG4CXX_ENABLE_ODBC=ON -DLOG4CXX_CFSTRING=ON ..
cmake -DCMAKE_CXX_COMPILER=${{ matrix.cxx }} -DCMAKE_C_COMPILER=${{ matrix.cc }} -DLOG4CXX_ENABLE_ODBC=ON -DLOG4CXX_CFSTRING=ON -DCMAKE_BUILD_TYPE=Debug ..
cmake --build .
- name: run unit tests
Expand Down

0 comments on commit a4df444

Please sign in to comment.