We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5115067 commit bbb16f4Copy full SHA for bbb16f4
1 file changed
project.xml
@@ -74,6 +74,9 @@
74
Reduces compilation time at the cost of limited HScript flexibility. !-->
75
<define name="CUSTOM_CLASSES" unless="STRIPPED_COMPILE" />
76
77
+ <!-- Comment this out to disable abstract support in hscript. !-->
78
+ <haxedef name="HSCRIPT_ABSTRACT_SUPPORT" unless="STRIPPED_COMPILE" />
79
+
80
<!-- Comment this out to disable multithreading !-->
81
<haxedef name="ALLOW_MULTITHREADING" unless="web || flash" />
82
0 commit comments