X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile;h=fd26de14115489a79ce304196435e6d62147696c;hb=db02598e737b8d50cd347fe2ef13cb85ade051dd;hp=55a7bb4dddda11d7e8f187c4b0640070382c332b;hpb=d1c67a8c131d618949fc3dedabf393ebeb7d195b;p=pcsx_rearmed.git diff --git a/Makefile b/Makefile index 55a7bb4d..fd26de14 100644 --- a/Makefile +++ b/Makefile @@ -138,8 +138,8 @@ OBJS += deps/lightning/lib/jit_disasm.o \ deps/lightrec/optimizer.o \ deps/lightrec/regcache.o deps/lightning/%.o: CFLAGS += -DHAVE_MMAP=P_HAVE_MMAP -deps/lightning/%: CFLAGS += -w -deps/lightrec/%: CFLAGS += -w +deps/lightning/%: CFLAGS += -Wno-uninitialized +deps/lightrec/%: CFLAGS += -Wno-uninitialized libpcsxcore/lightrec/mem.o: CFLAGS += -D_GNU_SOURCE ifeq ($(MMAP_WIN32),1) CFLAGS += -Iinclude/mman -I deps/mman