Skip to content

Commit a96f074

Browse files
authored
Merge pull request #130 from ginggs/enable-optimization-again
Enable optimization again for *int.c and *intf.c
2 parents c782ca2 + a24a5eb commit a96f074

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
@@ -132,13 +132,6 @@ endif
132132
endif
133133

134134

135-
# *int / *intf need to be built with -O0
136-
src/%int.c.o: src/%int.c
137-
$(CC) $(CPPFLAGS) -O0 $(CFLAGS_add) -c $< -o $@
138-
139-
src/%intf.c.o: src/%intf.c
140-
$(CC) $(CPPFLAGS) -O0 $(CFLAGS_add) -c $< -o $@
141-
142135
%.c.o: %.c
143136
$(CC) $(CPPFLAGS) $(CFLAGS) $(CFLAGS_add) -c $< -o $@
144137

0 commit comments

Comments
 (0)