mirror of
https://github.com/FunKey-Project/gpsp_libretro.git
synced 2026-03-26 05:42:51 +01:00
hide some warnings
This commit is contained in:
3
Makefile
3
Makefile
@@ -56,6 +56,9 @@ endif
|
||||
cpu.o: cpu.c
|
||||
$(CC) -c -o $@ $< $(CFLAGS) -Wno-unused-variable -Wno-unused-label $(OPTIMIZE_SAFE) $(INCDIRS)
|
||||
|
||||
cpu_threaded.o: cpu_threaded.c
|
||||
$(CC) -c -o $@ $< $(CFLAGS) -Wno-unused-variable -Wno-unused-label $(OPTIMIZE_SAFE) $(INCDIRS)
|
||||
|
||||
%.o: %.S
|
||||
$(CC) -c -o $@ $< $(ASFLAGS) $(OPTIMIZE)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user