Skip to content

Commit d6aa373

Browse files
ffissoreFederico Fissore
authored and
Federico Fissore
committed
see #1227
windows zip reduced from 95M(403M uncompressed) to 83M(363M uncompressed)
1 parent d1bf880 commit d6aa373

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build/build.xml

+4
Original file line numberDiff line numberDiff line change
@@ -639,6 +639,10 @@
639639
</chmod>
640640

641641
<antcall target="windows-unzip-arm-toolchain" />
642+
643+
<delete includeEmptyDirs="true" quiet="true">
644+
<fileset dir="windows/work/hardware/tools/avr/doc" />
645+
</delete>
642646
</target>
643647

644648
<target name="windows-run" depends="windows-build"

0 commit comments

Comments
 (0)