]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools:Enable the /MP option of MSVC compiler
authorFan, ZhijuX <zhijux.fan@intel.com>
Tue, 16 Apr 2019 02:43:04 +0000 (10:43 +0800)
committerFeng, Bob C <bob.c.feng@intel.com>
Tue, 16 Apr 2019 05:14:13 +0000 (13:14 +0800)
commit05217d210e8da37b47d0be58ec363f7af2fa1c18
tree6bd166586f27c56c65a5347f8df9d856b6f7c9e5
parent42d8be0eaac5e7e109f487d4e241847e815b077a
BaseTools:Enable the /MP option of MSVC compiler

BZ:https://bugzilla.tianocore.org/show_bug.cgi?id=1672
The /MP option of MSVC compiler can reduce the total time to compile the
source files on the command line.

This patch is going to enable this MSVC option in BaseTools.

Cc: Bob Feng <bob.c.feng@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Signed-off-by: Zhiju.Fan <zhijux.fan@intel.com>
Reviewed-by: Bob Feng <bob.c.feng@intel.com>
BaseTools/Conf/tools_def.template
BaseTools/Source/Python/AutoGen/GenMake.py