diff options
author | twinaphex | 2014-12-12 17:01:18 +0100 |
---|---|---|
committer | twinaphex | 2014-12-12 17:01:18 +0100 |
commit | d76dada07aef5eeb2d12eef06f4bfb2c684b180d (patch) | |
tree | 649e90c07bcebdeb121424a6622eb1eca1767a13 | |
parent | 9fcd576a972ceed74ade25a17abbfdf9c422488f (diff) | |
download | picogpsp-d76dada07aef5eeb2d12eef06f4bfb2c684b180d.tar.gz picogpsp-d76dada07aef5eeb2d12eef06f4bfb2c684b180d.tar.bz2 picogpsp-d76dada07aef5eeb2d12eef06f4bfb2c684b180d.zip |
Get rid of optimize_safe rule for cpu.c
-rw-r--r-- | Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 $@ $< |