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.
1 parent a844d58 commit a24a5ebCopy full SHA for a24a5eb
1 file changed
Make.inc
@@ -129,13 +129,6 @@ endif
129
endif
130
131
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
138
139
%.c.o: %.c
140
$(CC) $(CPPFLAGS) $(CFLAGS) $(CFLAGS_add) -c $< -o $@
141
0 commit comments