From d76dada07aef5eeb2d12eef06f4bfb2c684b180d Mon Sep 17 00:00:00 2001 From: twinaphex Date: Fri, 12 Dec 2014 17:01:18 +0100 Subject: Get rid of optimize_safe rule for cpu.c --- Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6e84070..65c6470 100644 --- a/Makefile +++ b/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 $@ $< -- cgit v1.2.3