add CDROM_DEBUG to retroarch windows debug build

This commit is contained in:
bparker06 2019-07-21 21:12:00 -04:00 committed by GitHub
parent dfad8d7730
commit 55aaf499d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1143,7 +1143,7 @@ if [ "${PLATFORM}" = "MINGW64" ] || [ "${PLATFORM}" = "MINGW32" ] || [ "${PLATFO
echo "configure command: $CONFIGURE"
${CONFIGURE} --enable-drmingw
${HELPER} ${MAKE} -j${JOBS} ${ARGS} DEBUG=1 GL_DEBUG=1 2>&1 | tee -a $TMPDIR/log/${BOT}/${LOGDATE}/${LOGDATE}_RetroArch_DEBUG_${PLATFORM}.log
${HELPER} ${MAKE} -j${JOBS} ${ARGS} DEBUG=1 GL_DEBUG=1 CDROM_DEBUG=1 2>&1 | tee -a $TMPDIR/log/${BOT}/${LOGDATE}/${LOGDATE}_RetroArch_DEBUG_${PLATFORM}.log
for i in $(seq 3); do for bin in $(ntldd -R *exe | grep -i mingw | cut -d">" -f2 | cut -d" " -f2); do cp -u "$bin" . ; done; done
if [ "${CUSTOM_BUILD_DEBUG}" ]; then