Get rid of optimize_safe rule for cpu.c

This commit is contained in:
twinaphex 2014-12-12 17:01:18 +01:00
parent 9fcd576a97
commit d76dada07a
1 changed files with 0 additions and 3 deletions

View File

@ -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 $@ $<