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:
Liming Gao 2016-04-11 11:52:25 +08:00
parent b15b8b921a
commit d7138804ee
1 changed files with 4 additions and 0 deletions

View File

@ -74,3 +74,7 @@
[Depex]
TRUE
[BuildOptions]
# /Oi option to use the intrinsic memset function in source code.
MSFT:*_*_*_CC_FLAGS = /Oi