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 5ea2c58 commit fa7507fCopy full SHA for fa7507f
build/build.xml
@@ -108,6 +108,16 @@
108
<source-path path-element="${src.dir}" />
109
<include-sources dir="${src.dir}" includes="*" />
110
</compc>
111
+
112
+ <!-- Add a FAT SWC with debug information -->
113
+ <compc output="${bin.dir}/${library.name}-debug.swc"
114
+ debug="true" optimize="false">
115
116
+ <load-config filename="${FLEX_HOME}/frameworks/air-config.xml" />
117
118
+ <source-path path-element="${src.dir}" />
119
+ <include-sources dir="${src.dir}" includes="*" />
120
+ </compc>
121
</target>
122
123
<target name="docs" depends="init" description="Generate ASDoc documentation">
0 commit comments