summaryrefslogtreecommitdiff
path: root/Vlv2TbltDevicePkg/PlatformPkgConfig.dsc
diff options
context:
space:
mode:
Diffstat (limited to 'Vlv2TbltDevicePkg/PlatformPkgConfig.dsc')
-rw-r--r--Vlv2TbltDevicePkg/PlatformPkgConfig.dsc8
1 files changed, 1 insertions, 7 deletions
diff --git a/Vlv2TbltDevicePkg/PlatformPkgConfig.dsc b/Vlv2TbltDevicePkg/PlatformPkgConfig.dsc
index 0d3d67b743..f595ee98be 100644
--- a/Vlv2TbltDevicePkg/PlatformPkgConfig.dsc
+++ b/Vlv2TbltDevicePkg/PlatformPkgConfig.dsc
@@ -1,7 +1,7 @@
#/** @file
# platform configuration file.
#
-# Copyright (c) 2012 - 2015, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2012 - 2017, Intel Corporation. All rights reserved.<BR>
#
# This program and the accompanying materials are licensed and made available under
# the terms and conditions of the BSD License that accompanies this distribution.
@@ -91,11 +91,5 @@ DEFINE ESRT_ENABLE = TRUE
#
# Enable source level debug default
#
-!if $(TARGET) == RELEASE
DEFINE SOURCE_DEBUG_ENABLE = FALSE
- DEFINE SMM_SOURCE_DEBUG_ENABLE = FALSE
-!else
- DEFINE SOURCE_DEBUG_ENABLE = TRUE
- DEFINE SMM_SOURCE_DEBUG_ENABLE = FALSE
-!endif