Skip to content

Instantly share code, notes, and snippets.

@christophebedard
Created January 15, 2020 18:27
Show Gist options
  • Save christophebedard/3814c051231761b1eb0df1242f3fe0d8 to your computer and use it in GitHub Desktop.
Save christophebedard/3814c051231761b1eb0df1242f3fe0d8 to your computer and use it in GitHub Desktop.
colcon defaults.yaml file for function instrumentation
{
"build": {
"symlink-install": true,
"cmake-args": [
"-DCMAKE_C_FLAGS='-finstrument-functions'",
"-DCMAKE_CXX_FLAGS='-finstrument-functions'",
],
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment