Skip to content

Instantly share code, notes, and snippets.

View christophebedard's full-sized avatar
🤖
working on tools for robotics software development

Christophe Bedard christophebedard

🤖
working on tools for robotics software development
View GitHub Profile
@christophebedard
christophebedard / defaults.yaml
Created January 15, 2020 18:27
colcon defaults.yaml file for function instrumentation
{
"build": {
"symlink-install": true,
"cmake-args": [
"-DCMAKE_C_FLAGS='-finstrument-functions'",
"-DCMAKE_CXX_FLAGS='-finstrument-functions'",
],
},
}