+1
−0
+1
−1
Loading
It is very common to capture PGO data but not hit every file in the SPDK application. By default, gcc will complain when using the PGO data if it can't find data for the file it is compiling. So specify -Wno-missing-profile to silence these messages. Signed-off-by:Jim Harris <jim.harris@samsung.com> Change-Id: Id7d3d08e4d6b261f7d537801e6703a331772b29b Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/24913 Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com> Reviewed-by:
Konrad Sztyber <konrad.sztyber@intel.com> Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Community-CI: Mellanox Build Bot Reviewed-by:
Tomasz Zawadzki <tomasz@tzawadzki.com>