From a24a5ebb6e4715c8960475ff52d77490c8ad77e4 Mon Sep 17 00:00:00 2001 From: Graham Inggs Date: Thu, 7 Apr 2016 19:11:49 +0200 Subject: [PATCH] Enable optimization again for *int.c and *intf.c --- Make.inc | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Make.inc b/Make.inc index f1c177d..6504a27 100644 --- a/Make.inc +++ b/Make.inc @@ -129,13 +129,6 @@ endif endif -# *int / *intf need to be built with -O0 -src/%int.c.o: src/%int.c - $(CC) $(CPPFLAGS) -O0 $(CFLAGS_add) -c $< -o $@ - -src/%intf.c.o: src/%intf.c - $(CC) $(CPPFLAGS) -O0 $(CFLAGS_add) -c $< -o $@ - %.c.o: %.c $(CC) $(CPPFLAGS) $(CFLAGS) $(CFLAGS_add) -c $< -o $@