Debug dump haxe compiler?

Is there a way to get the toolchain to dump everything going on, including what files the Haxe compiler ends up trying to compile? I’m trying to figure out if/why my builds are slower than they really should be. Thanks! (I didn’t find / figure it out yet, tho I tried.)

You can use the verbose option of the haxe compiler, haxe -v, it’ll tell you which haxe file is being parsed.

There’s nothing to do that with openfl, you’ll need to modify the tools.
(adjust the file if your os isn’t windows)


line 111 replace [ hxml ] with [ "-v", hxml ].
Then do lime rebuild tools and then lime build neko.