Re: [edk2] [Patch] QuarkSocPkg: Add /Oi option to let MemoryInit pass build.

2016-04-12 Thread Kinney, Michael D
Reviewed-by: Michael Kinney > -Original Message- > From: Gao, Liming > Sent: Monday, April 11, 2016 8:04 PM > To: edk2-devel@lists.01.org > Cc: Kinney, Michael D > Subject: [Patch] QuarkSocPkg: Add /Oi option to let MemoryInit

[edk2] [Patch] QuarkSocPkg: Add /Oi option to let MemoryInit pass build.

2016-04-11 Thread Liming Gao
MemoryInit uses the intrinsic memset function. To keep it pass build in VS tool chain without source code change, /Oi option will be added. Cc: Michael Kinney Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Liming Gao ---