We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c782ca2 + a24a5eb commit a96f074Copy full SHA for a96f074
1 file changed
Make.inc
@@ -132,13 +132,6 @@ endif
132
endif
133
134
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
141
142
%.c.o: %.c
143
$(CC) $(CPPFLAGS) $(CFLAGS) $(CFLAGS_add) -c $< -o $@
144
0 commit comments