ソースを参照

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

master
コミット
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


読み込み中…
キャンセル
保存