We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe82a29 commit 85a57b9Copy full SHA for 85a57b9
extern/decNumber/Makefile
@@ -2,7 +2,7 @@ LIBRARY=libdecFloat$(CROSS).a
2
3
$(LIBRARY): $(wildcard *.c) $(wildcard *.h) Makefile
4
$(RM) -f *.o
5
- $(CC) $(CROSS_FLAGS) -c -O3 -fPIC $(subst decCommon.c,,$(subst decBasic.c,,$(wildcard *.c)))
+ $(CC) $(CPPFLAGS) $(CROSS_FLAGS) $(CFLAGS) -c -O3 -fPIC $(subst decCommon.c,,$(subst decBasic.c,,$(wildcard *.c)))
6
$(AR) crs $(LIBRARY) *.o
7
8
0 commit comments