Browse Source

Enable trace feature for CAF. This comes in handy debugging messaging.

master
Ray Burgemeestre 5 years ago
parent
commit
22c0739023
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      caf/Makefile

+ 1
- 1
caf/Makefile View File

echo patch CMakeLists.txt ../caf-cmakefile.patch && \ echo patch CMakeLists.txt ../caf-cmakefile.patch && \
mkdir -p build && \ mkdir -p build && \
pushd build && \ pushd build && \
cmake -DCMAKE_INSTALL_PREFIX=$$PWD/caf_out .. && \
cmake -DCAF_LOG_LEVEL=TRACE -DCMAKE_INSTALL_PREFIX=$$PWD/caf_out .. && \
DO_NOT_SPECIFY_CMAKE_CXX_FLAGS_HERE="" make -j $$(nproc) && \ DO_NOT_SPECIFY_CMAKE_CXX_FLAGS_HERE="" make -j $$(nproc) && \
make install make install



Loading…
Cancel
Save