summaryrefslogtreecommitdiff
path: root/tests/trajectory-planner/circular-arcs/build-profile.sh
blob: 287f00ce5ef0ada393ddcd32e9d861e4f3770869 (plain)
1
2
3
4
5
6
#/bin/bash
cd ../../../src
#Ugly way to force rebuild of kinematics, which assumes that tp_debug isn't
#used anywhere else...
touch emc/kinematics/t*.[ch]
make EXTRA_DEBUG='-DTP_PROFILE -DTP_DEBUG -DTC_DEBUG'