Skip to content
This repository has been archived by the owner on May 15, 2022. It is now read-only.

Commit

Permalink
Removed "optimize" build target (which runs TDSI) since we don't have…
Browse files Browse the repository at this point in the history
… code that this can leverage yet.
  • Loading branch information
darronschall committed Jul 20, 2010
1 parent 3c722ef commit 4689f7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fc64-android/build/build.xml
Expand Up @@ -124,6 +124,6 @@
</exec>
</target>

<target name="android" depends="clean, init, compile, optimize, package-android, install-android" />
<target name="android" depends="clean, init, compile, package-android, install-android" />

</project>

0 comments on commit 4689f7e

Please sign in to comment.