-verbose should show full compiler invocation

i'm trying to figure out how to use my .nmml file to get "-D dump" passed to the haxe compiler so i can try to debug macros. i can't get it to work, i'm trying with but nothing seems to happen. i wish at least that -verbose would cause the full compil…

  • Forums
  • »
  • Bugs
  • »
  • -verbose should show full compiler invocation
Viewing 1 to 3 (3 Total)
-verbose should show full compiler invocation

raould

raould
Total Posts: 224
Joined: December 03, 2011

i'm trying to figure out how to use my .nmml file to get "-D dump" passed to the haxe compiler so i can try to debug macros. i can't get it to work, i'm trying with but nothing seems to happen.

i wish at least that -verbose would cause the full compiler invocation to show up so i could see if the -D dump is getting there at all.

Tags:
Posted on July 22, 2012 at 4:58 PM

Huge

Huge
Total Posts: 554
Joined: October 07, 2011

Re: -verbose should show full compiler invocation

Hi,
The haxe commands will be in a hxml file, like "release.hxml", in the generated code directory.

You can use:
<haxedef name="dump" />

to add defs to the command-line.

Hugh

Posted on July 23, 2012 at 2:50 AM

singmajesty

singmajesty
Total Posts: 2192
Joined: August 25, 2011

Re: -verbose should show full compiler invocation

We'll see if "verbose" can be expanded to include more information. It's easy sometimes to implement a feature but never add the proper verbose print messages. Thanks for your understanding smiling

Posted on July 23, 2012 at 3:09 AM