Compile to cpp source only

Hi,
I want to compile to cpp source only and omit the c++ compilation step. I tried -D no_compile but this does not work. Is there another define for that ?

Adrian.

The define is -D no-compilation.

You can find the list of defines in the manual Global Compiler Flags - Haxe - The Cross-platform Toolkit

oh thanks. I have looked here: hxcpp/Defines.md at master · HaxeFoundation/hxcpp · GitHub
and there stood no_compilation.