diff options
author | Robert W. Ellenberg <rwe24g@gmail.com> | 2014-02-18 17:30:54 -0500 |
---|---|---|
committer | Chris Radek <chris@timeguy.com> | 2014-06-11 14:44:10 -0500 |
commit | 2916e6da26b62700dda0921ec4ce839a8b3f710c (patch) | |
tree | e40557c2446ae7bedc159745c3f8056179561a13 /tests/trajectory-planner/circular-arcs | |
parent | 8463fe2f18bb27677d8d9648db288c3083d6b619 (diff) | |
download | linuxcnc-2916e6da26b62700dda0921ec4ce839a8b3f710c.tar.gz linuxcnc-2916e6da26b62700dda0921ec4ce839a8b3f710c.zip |
Debug message changes
Diffstat (limited to 'tests/trajectory-planner/circular-arcs')
-rwxr-xr-x | tests/trajectory-planner/circular-arcs/build-debug.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/trajectory-planner/circular-arcs/build-debug.sh b/tests/trajectory-planner/circular-arcs/build-debug.sh index 7c1fcf7cb..dada43e53 100755 --- a/tests/trajectory-planner/circular-arcs/build-debug.sh +++ b/tests/trajectory-planner/circular-arcs/build-debug.sh @@ -3,6 +3,6 @@ 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='-DTC_DEBUG -DTP_DEBUG' #make EXTRA_DEBUG='-DTC_DEBUG -DTP_DEBUG -DTP_INFO_LOGGING' -make EXTRA_DEBUG='-DTP_DEBUG' +#make EXTRA_DEBUG='-DTP_DEBUG' |