Skip to content

Commit

Permalink
add CDROM_DEBUG to retroarch windows debug build
Browse files Browse the repository at this point in the history
  • Loading branch information
bparker06 authored Jul 22, 2019
1 parent dfad8d7 commit 55aaf49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libretro-buildbot-recipe.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 55aaf49

Please sign in to comment.