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