aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authornotaz2016-09-18 23:58:17 +0300
committernotaz2016-09-18 23:58:17 +0300
commit581335b095ed820978d4c88f026abf462128eeb0 (patch)
tree672d6aaaca9906decbdb0c883ddf4be252dca1ed /Makefile
parente2b5e7aa45f75cd13ef238fa4ff9516891dabef5 (diff)
downloadpcsx_rearmed-581335b095ed820978d4c88f026abf462128eeb0.tar.gz
pcsx_rearmed-581335b095ed820978d4c88f026abf462128eeb0.tar.bz2
pcsx_rearmed-581335b095ed820978d4c88f026abf462128eeb0.zip
drc: enable and fix warnings
these were kept for compat with Ari64's code, which is removed, see previous commit messages
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b23d33e..0a3b1fe 100644
--- a/Makefile
+++ b/Makefile
@@ -65,7 +65,6 @@ endif
OBJS += libpcsxcore/new_dynarec/emu_if.o
libpcsxcore/new_dynarec/new_dynarec.o: libpcsxcore/new_dynarec/assem_arm.c \
libpcsxcore/new_dynarec/pcsxmem_inline.c
-libpcsxcore/new_dynarec/new_dynarec.o: CFLAGS += -Wno-all -Wno-pointer-sign
ifdef DRC_DBG
libpcsxcore/new_dynarec/emu_if.o: CFLAGS += -D_FILE_OFFSET_BITS=64
CFLAGS += -DDRC_DBG