Skip to content
This repository has been archived by the owner on Sep 2, 2018. It is now read-only.

Debugging

Dylan McKay edited this page Feb 17, 2015 · 1 revision

Whenever I debug AVR-LLVM, I generate Makefiles with CMake with the following command:

cmake -G "Unix Makefiles" -DLLVM_TARGETS_TO_BUILD="AVR" -DCMAKE_BUILD_TYPE="Debug" -DCMAKE_CXX_FLAGS="-fno-inline-functions" ../../llvm
Clone this wiki locally