I am using c on a ti 84 plus ce.

Is there a way to make the compiler ignore a certain section of code unless I type "make debug" instead of "make"?

Code:
#ifndef NDEBUG
    // run code in debug mode
#else
    // run code in normal mode
#endif


Also, not sure if it helps, but if you don't use the MAP file for debugging, you can greatly speed up "make debug" by adding the following line to your makefile:


Code:
OUTPUT_MAP := NO
  
Register to Join the Conversation
Have your own thoughts to add to this or any other topic? Want to ask a question, offer a suggestion, share your own programs and projects, upload a file to the file archives, get help with calculator and computer programming, or simply chat with like-minded coders and tech and calculator enthusiasts via the site-wide AJAX SAX widget? Registration for a free Cemetech account only takes a minute.

» Go to Registration page
Page 1 of 1
» All times are UTC - 5 Hours
 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

 

Advertisement