mirror of
https://github.com/FunKey-Project/gpsp_libretro.git
synced 2026-03-20 02:42:42 +01:00
Get rid of optimize_safe rule for cpu.c
This commit is contained in:
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 $@ $<
|
||||
|
||||
|
||||
Reference in New Issue
Block a user