aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authornotaz2012-04-29 19:23:09 +0300
committernotaz2012-04-29 19:32:08 +0300
commitac6575cdd93d665efc374c1a14b391c6a5308972 (patch)
tree835c3727018e98f2ec096cdec5560b12f6093f05 /Makefile
parent4ea7de6a1495abfbc49c54fd2a90e902fdfa13d9 (diff)
downloadpcsx_rearmed-ac6575cdd93d665efc374c1a14b391c6a5308972.tar.gz
pcsx_rearmed-ac6575cdd93d665efc374c1a14b391c6a5308972.tar.bz2
pcsx_rearmed-ac6575cdd93d665efc374c1a14b391c6a5308972.zip
fix some build issues and warnings
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0c203be..aa97b12 100644
--- a/Makefile
+++ b/Makefile
@@ -39,6 +39,7 @@ endif
ifeq "$(HAVE_NEON)" "1"
OBJS += libpcsxcore/gte_neon.o
endif
+libpcsxcore/gte.o libpcsxcore/gte_nf.o: CFLAGS += -fno-strict-aliasing
libpcsxcore/cdrom.o libpcsxcore/misc.o: CFLAGS += -Wno-pointer-sign
libpcsxcore/misc.o libpcsxcore/psxbios.o: CFLAGS += -Wno-nonnull