>Is there a list of conditional compilation flags ...
# haxe
b
>Is there a list of conditional compilation flags anywhere? Note that libraries/engines/frameworks often set their own flags/defines. With
haxe --help-defines
you will get only Haxe own flags, so you should check library's doc for more. OpenFl, for example, generates
.hxml
file where you can see set flags for given target.

https://cdn.discordapp.com/attachments/162395145352904705/1111141489381232700/image.png