Skip to content

Commit fa7507f

Browse files
committed
Added generation of a DEBUG SWC as well.
1 parent 5ea2c58 commit fa7507f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

build/build.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,16 @@
108108
<source-path path-element="${src.dir}" />
109109
<include-sources dir="${src.dir}" includes="*" />
110110
</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>
111121
</target>
112122

113123
<target name="docs" depends="init" description="Generate ASDoc documentation">

0 commit comments

Comments
 (0)