소스 검색

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…
취소
저장