mirror of
https://github.com/FunKey-Project/gpsp_libretro.git
synced 2026-01-07 23:09:14 +01:00
Get rid of optimize_safe rule for cpu.c
This commit is contained in:
parent
9fcd576a97
commit
d76dada07a
3
Makefile
3
Makefile
@ -264,9 +264,6 @@ else
|
||||
$(CC) $(fpic) $(SHARED) $(INCFLAGS) $(OPTIMIZE) -o $@ $(OBJECTS) $(LIBM) $(LDFLAGS)
|
||||
endif
|
||||
|
||||
cpu.o: cpu.c
|
||||
$(CC) $(CFLAGS) -Wno-unused-variable -Wno-unused-label $(OPTIMIZE_SAFE) $(INCDIRS) -c -o $@ $<
|
||||
|
||||
cpu_threaded.o: cpu_threaded.c
|
||||
$(CC) $(CFLAGS) -Wno-unused-variable -Wno-unused-label $(OPTIMIZE_SAFE) $(INCDIRS) -c -o $@ $<
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user