diff options
author | notaz | 2012-04-29 19:23:09 +0300 |
---|---|---|
committer | notaz | 2012-04-29 19:32:08 +0300 |
commit | ac6575cdd93d665efc374c1a14b391c6a5308972 (patch) | |
tree | 835c3727018e98f2ec096cdec5560b12f6093f05 /Makefile | |
parent | 4ea7de6a1495abfbc49c54fd2a90e902fdfa13d9 (diff) | |
download | pcsx_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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |