X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile;h=103cbb791914699efd2603244f3d6e72758d3815;hb=4bb8d7e16bad9322d862d6d0dcaa048d75064c1f;hp=7c16e4a7c78f8e9a59893e62314d233de398d5f2;hpb=abf094858889145af1fde9840429dfb8a0e70a39;p=pcsx_rearmed.git diff --git a/Makefile b/Makefile index 7c16e4a7..103cbb79 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,8 @@ CFLAGS += -O2 -DNDEBUG endif CFLAGS += -DP_HAVE_MMAP=$(if $(NO_MMAP),0,1) \ -DP_HAVE_PTHREAD=$(if $(NO_PTHREAD),0,1) \ - -DP_HAVE_POSIX_MEMALIGN=$(if $(NO_POSIX_MEMALIGN),0,1) + -DP_HAVE_POSIX_MEMALIGN=$(if $(NO_POSIX_MEMALIGN),0,1) \ + -DDISABLE_MEM_LUTS=0 CXXFLAGS += $(CFLAGS) #DRC_DBG = 1 #PCNT = 1