From f87acb70fd2bd31031e301ba39d8ed57debf7e69 Mon Sep 17 00:00:00 2001 From: Francisco Javier Trujillo Mata Date: Sat, 2 Feb 2019 19:27:06 +0100 Subject: [PATCH] Make it works with -DNDebug --- Makefile.libretro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.libretro b/Makefile.libretro index 735cdfa0..efb81ebf 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -259,7 +259,7 @@ else ifeq ($(platform), ps2) TARGET := $(TARGET_NAME)_libretro_$(platform).a CC = ee-gcc$(EXE_EXT) AR = ee-ar$(EXE_EXT) - CFLAGS += -G0 -DPS2 -DUTYPES_DEFINED -fsingle-precision-constant + CFLAGS += -G0 -Wall -DPS2 -DUSE_BGR555 -DUTYPES_DEFINED -DFAMEC_NO_GOTOS -fsingle-precision-constant CFLAGS += -I$(PS2SDK)/ports/include -I$(PS2DEV)/gsKit/include -I$(PS2SDK)/ee/include -I$(PS2SDK)/common/include -Iplatform/ps2 STATIC_LINKING = 1 NO_MMAP = 1