From 2f73c14c11377887630c696cefd035a21e976e09 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Francisco=20Jos=C3=A9=20Garc=C3=ADa=20Garc=C3=ADa?= Date: Tue, 27 Sep 2016 01:02:00 +0200 Subject: [PATCH] (Vita) Disable debug --- Makefile.libretro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.libretro b/Makefile.libretro index a0f0c07d..a7fa0ebb 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -1,6 +1,6 @@ # Makefile for PCSX ReARMed (libretro) -DEBUG=1 +DEBUG=0 ifeq ($(platform),) platform = unix -- 2.39.2