summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortwinaphex2014-12-12 17:01:18 +0100
committertwinaphex2014-12-12 17:01:18 +0100
commitd76dada07aef5eeb2d12eef06f4bfb2c684b180d (patch)
tree649e90c07bcebdeb121424a6622eb1eca1767a13 /Makefile
parent9fcd576a972ceed74ade25a17abbfdf9c422488f (diff)
downloadpicogpsp-d76dada07aef5eeb2d12eef06f4bfb2c684b180d.tar.gz
picogpsp-d76dada07aef5eeb2d12eef06f4bfb2c684b180d.tar.bz2
picogpsp-d76dada07aef5eeb2d12eef06f4bfb2c684b180d.zip
Get rid of optimize_safe rule for cpu.c
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
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 $@ $<