mirror of
https://github.com/acidanthera/audk.git
synced 2025-04-08 17:05:09 +02:00
QuarkSocPkg: Add /Oi option to let MemoryInit pass build.
MemoryInit uses the intrinsic memset function. To keep it pass build in VS tool chain without source code change, /Oi option will be added. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Liming Gao <liming.gao@intel.com> Reviewed-by: Michael Kinney <michael.d.kinney@intel.com>
This commit is contained in:
parent
b15b8b921a
commit
d7138804ee
@ -74,3 +74,7 @@
|
||||
|
||||
[Depex]
|
||||
TRUE
|
||||
|
||||
[BuildOptions]
|
||||
# /Oi option to use the intrinsic memset function in source code.
|
||||
MSFT:*_*_*_CC_FLAGS = /Oi
|
||||
|
Loading…
x
Reference in New Issue
Block a user