Skip to content

Commit d9c321a

Browse files
committed
project.xml: use -dce no compiler option for Flash swc
1 parent e64f256 commit d9c321a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

project.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@
1515
<section if="flash">
1616
<source path="build_macros/flash"/>
1717
<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"/>
1823
</section>
1924

2025
<section if="find_missing_docs">

0 commit comments

Comments
 (0)