SoarGroup / Soar

Soar, a general cognitive architecture for systems that exhibit intelligent behavior.
http://soar.eecs.umich.edu
Other
331 stars 71 forks source link

Relocatable debug build for Mac #397

Open garfieldnate opened 11 months ago

garfieldnate commented 11 months ago

I tried opening a new branch that builds with debug symbols included so we could debug an issue on Mac. However, on Mac the symbol tables are left in the .o files by default, which are not downloaded as build artifacts.

When --dbg is on, add a step that runs dsymutil -o x.dSYM x on Mac for all binary files x produced in the build. These should then be downloadable with the build artifacts.