瀏覽代碼

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

master
Ray Burgemeestre 4 年之前
父節點
當前提交
22c0739023
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      caf/Makefile

+ 1
- 1
caf/Makefile 查看文件

@@ -17,7 +17,7 @@ impl:
echo patch CMakeLists.txt ../caf-cmakefile.patch && \
mkdir -p 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) && \
make install


Loading…
取消
儲存