Skip to content

Commit a24a5eb

Browse files
committed
Enable optimization again for *int.c and *intf.c
1 parent a844d58 commit a24a5eb

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

Make.inc

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -129,13 +129,6 @@ endif
129129
endif
130130

131131

132-
# *int / *intf need to be built with -O0
133-
src/%int.c.o: src/%int.c
134-
$(CC) $(CPPFLAGS) -O0 $(CFLAGS_add) -c $< -o $@
135-
136-
src/%intf.c.o: src/%intf.c
137-
$(CC) $(CPPFLAGS) -O0 $(CFLAGS_add) -c $< -o $@
138-
139132
%.c.o: %.c
140133
$(CC) $(CPPFLAGS) $(CFLAGS) $(CFLAGS_add) -c $< -o $@
141134

0 commit comments

Comments
 (0)