mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +00:00
qb: Add --enable-debug.
This commit is contained in:
parent
10e50bb806
commit
db46d43224
@ -588,6 +588,18 @@ check_macro NEON __ARM_NEON__
|
|||||||
|
|
||||||
add_define MAKEFILE OS "$OS"
|
add_define MAKEFILE OS "$OS"
|
||||||
|
|
||||||
|
if [ "$HAVE_DEBUG" = 'yes' ]; then
|
||||||
|
add_define MAKEFILE DEBUG 1
|
||||||
|
if [ "$HAVE_OPENGL" = 'yes' ] ||
|
||||||
|
[ "$HAVE_OPENGLES" = 'yes' ] ||
|
||||||
|
[ "$HAVE_OPENGLES3" = 'yes' ]; then
|
||||||
|
add_define MAKEFILE GL_DEBUG 1
|
||||||
|
fi
|
||||||
|
if [ "$HAVE_VULKAN" = 'yes' ]; then
|
||||||
|
add_define MAKEFILE VULKAN_DEBUG 1
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
if [ "$HAVE_ZLIB" = 'no' ] && [ "$HAVE_RPNG" != 'no' ]; then
|
if [ "$HAVE_ZLIB" = 'no' ] && [ "$HAVE_RPNG" != 'no' ]; then
|
||||||
HAVE_RPNG=no
|
HAVE_RPNG=no
|
||||||
die : 'Notice: zlib is not available, RPNG will also be disabled.'
|
die : 'Notice: zlib is not available, RPNG will also be disabled.'
|
||||||
|
@ -6,6 +6,7 @@ HAVE_OPENGLES_LIBS= # Link flags for custom GLES library
|
|||||||
HAVE_OPENGLES_CFLAGS= # C-flags for custom GLES library
|
HAVE_OPENGLES_CFLAGS= # C-flags for custom GLES library
|
||||||
HAVE_CACA=no # Libcaca support
|
HAVE_CACA=no # Libcaca support
|
||||||
HAVE_SIXEL=no # Libsixel support
|
HAVE_SIXEL=no # Libsixel support
|
||||||
|
HAVE_DEBUG=no # Enable a debug build
|
||||||
HAVE_LIBRETRODB=yes # Libretrodb support
|
HAVE_LIBRETRODB=yes # Libretrodb support
|
||||||
HAVE_MENU=yes # Enable menu drivers
|
HAVE_MENU=yes # Enable menu drivers
|
||||||
HAVE_RGUI=auto # RGUI menu
|
HAVE_RGUI=auto # RGUI menu
|
||||||
|
Loading…
x
Reference in New Issue
Block a user