Filter unused code from compiler includes

Issue #16 new
Sean Kauffman repo owner created an issue

The code included for output in the compiled monitor currently includes things that are filtered using the preprocessor for every compilation. It would make more sense to omit this code when the nfer binary is put together. We can modify the rdc code to perform this omission based on some kind of flag. This just reduces the nfer binary code size.

Comments (0)

  1. Log in to comment