On 09/04/15 01:26, Shubha Ramani wrote:
> I need to add a linker option /largeaddressaware:no  but I don't know how to 
> do it.

You can see a [BuildOptions] example in
"CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf". Which also showcases
how to add different flags for different compiler families.

You can use "=" or "==" to append or override build options. I won't
tell you which does which, because you should read the EDK2 file format
specs anyway.

http://tianocore.sourceforge.net/wiki/EDK_II_Specifications

(Your question is answered in the INF file spec.)

Laszlo

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel

Reply via email to