summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authormdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>2006-10-04 22:53:40 +0000
committermdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>2006-10-04 22:53:40 +0000
commit43b94c2fd099b20d58bdbdb3a59ffe67beac8a12 (patch)
treeba8d6dcb94e33a3dd2bb9b3f0b03be91487ad9d1 /Tools
parent2e4af2a18f6f352367a3b880b7ad98b0aa985a0f (diff)
downloadedk2-43b94c2fd099b20d58bdbdb3a59ffe67beac8a12.tar.gz
edk2-43b94c2fd099b20d58bdbdb3a59ffe67beac8a12.tar.bz2
edk2-43b94c2fd099b20d58bdbdb3a59ffe67beac8a12.zip
Change default setting in template to only build DEBUG targets instead of both DEBUG and RELEASE targets.
This was done because other FPD files were updates to support both DEBUG and RELEASE targets git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1654 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Tools')
-rw-r--r--Tools/Conf/target.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/Conf/target.template b/Tools/Conf/target.template
index ce192de4da..00359dfd45 100644
--- a/Tools/Conf/target.template
+++ b/Tools/Conf/target.template
@@ -31,7 +31,7 @@ ACTIVE_PLATFORM = EdkNt32Pkg/Nt32.fpd
# valid targets specified in the FPD file will attempt
# to be built. The following line will build all platform
# targets.
-# TARGET =
+TARGET = DEBUG
# TARGET_ARCH List Optional What kind of architecture is the binary being target for.
# One, or more, of the following, IA32, IA64, X64, EBC or ARM.