diff options
author | bbahnsen <bbahnsen@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-05-19 15:30:49 +0000 |
---|---|---|
committer | bbahnsen <bbahnsen@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-05-19 15:30:49 +0000 |
commit | 754c0cfed41c5d23f51dadd63d7c275c82fb078d (patch) | |
tree | 38ffc75b59ac7dd7caf46537b3f557b3e8820e88 /Tools | |
parent | 1c3aec0c26796f274d335a6f6f7bf67be3ec3af2 (diff) | |
download | edk2-platforms-754c0cfed41c5d23f51dadd63d7c275c82fb078d.tar.xz |
GenDepex does not always run correctly on OS X. Turning on debug so that is can be fixed.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@207 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Tools')
-rw-r--r-- | Tools/Source/TianoTools/GenDepex/build.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/Source/TianoTools/GenDepex/build.xml b/Tools/Source/TianoTools/GenDepex/build.xml index 55812b1181..6c0e11b154 100644 --- a/Tools/Source/TianoTools/GenDepex/build.xml +++ b/Tools/Source/TianoTools/GenDepex/build.xml @@ -83,6 +83,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. <cc name="${ToolChain}" objdir="${BUILD_DIR}"
outfile="${BIN_DIR}/${ToolName}"
outtype="executable"
+ debug="true"
optimize="speed">
<fileset dir="${basedir}/${ToolName}"
|