Remove remnant debug -Map from --with-intelqa build option.

This commit is contained in:
David Garske
2019-03-28 09:55:12 -07:00
parent 7e9e50c03b
commit b0d65d2a3e

View File

@ -3859,7 +3859,7 @@ AC_ARG_WITH([intelqa],
-I$QAT_DIR/quickassist/lookaside/access_layer/src/common/include -I$srcdir/wolfssl -I$srcdir/wolfssl/wolfcrypt/port/intel \
-I$QAT_DIR/quickassist/utilities/libusdm_drv"
LDFLAGS="$LDFLAGS -L$QAT_DIR/build -Wl,-Map=output.map"
LDFLAGS="$LDFLAGS -L$QAT_DIR/build"
LIBS="$LIBS -lqat_s -lusdm_drv_s"
AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include "cpa_cy_common.h"]], [[ Cpa16U count = 0; cpaCyGetNumInstances(&count); ]])],