Skip to content

Commit

Permalink
FatPkg: Add NOOPT target in FatPkg.dsc
Browse files Browse the repository at this point in the history
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Hao Wu <[email protected]>
Reviewed-by: Liming Gao <[email protected]>

(based on FatPkg commit 278d45c7f6c05cc3443126964677d21bf9e2ee30)

[[email protected]: Use script to relicense to 2-clause BSD]
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jordan Justen <[email protected]>
Acked-by: Mark Doran <[email protected]>
Acked-by: Laszlo Ersek <[email protected]>
  • Loading branch information
hwu25 authored and jljusten2 committed Apr 7, 2016
1 parent e76bc43 commit da2f97e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FatPkg/FatPkg.dsc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# This Platform file is used to generate the Binary Fat Drivers
# for EDK II Prime release.
# Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR>
# Copyright (c) 2007 - 2016, 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 which accompanies this
Expand All @@ -23,7 +23,7 @@
DSC_SPECIFICATION = 0x00010005
SUPPORTED_ARCHITECTURES = IA32|X64|IPF|EBC|ARM|AARCH64
OUTPUT_DIRECTORY = Build/Fat
BUILD_TARGETS = DEBUG|RELEASE
BUILD_TARGETS = DEBUG|RELEASE|NOOPT
SKUID_IDENTIFIER = DEFAULT

[BuildOptions]
Expand Down

0 comments on commit da2f97e

Please sign in to comment.