hzzc1987 / jnaerator

Automatically exported from code.google.com/p/jnaerator
0 stars 0 forks source link

Provide switch to enable logging #23

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Logging of preprocessed sources and macros defaults to off. For debugging
the output might help (the jnaerator developer at least), so a switch would
be good. I will attach a patch to provide this with -logMacros and
-logPreprocessedSources.

Original issue reported on code.google.com by everf...@gmail.com on 8 Jul 2009 at 11:22

Attachments:

GoogleCodeExporter commented 8 years ago
Thanks for the patch !

I added -macrosOut and -preprocessingOut command-line arguments to specify in 
which files macros and 
preprocessor output should be done (they default to predefined files when the 
verbose -v switch is specified).

Original comment by olivier.chafik@gmail.com on 8 Jul 2009 at 8:59