We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e64f256 commit d9c321aCopy full SHA for d9c321a
project.xml
@@ -15,6 +15,11 @@
15
<section if="flash">
16
<source path="build_macros/flash"/>
17
<haxeflag name="--macro" value="AddFlashPropertyMeta.find('feathers.validators')"/>
18
+ <!--
19
+ don't remove dead code because other libraries that depend on
20
+ this one, and need to build .swc files too, might need it
21
+ -->
22
+ <haxeflag name="-dce" value="no"/>
23
</section>
24
25
<section if="find_missing_docs">
0 commit comments