Skip to content

Commit

Permalink
project.xml: use -dce no compiler option for Flash swc
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Nov 16, 2023
1 parent e4819c6 commit fb49f86
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@
<section if="flash">
<source path="build_macros/flash"/>
<haxeflag name="--macro" value="AddFlashPropertyMeta.find('feathers.formatters')"/>
<!--
don't remove dead code because other libraries that depend on
this one, and need to build .swc files too, might need it
-->
<haxeflag name="-dce" value="no"/>
</section>

<section if="find_missing_docs">
Expand Down

0 comments on commit fb49f86

Please sign in to comment.