We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76e21ee commit b0acae0Copy full SHA for b0acae0
1 file changed
src/Makefile
@@ -49,11 +49,6 @@ ifeq ($(UNAME_S),Darwin)
49
else
50
LDLIBS += -lbsd -lrt
51
SOFLAGS = -shared
52
-ifdef DEB_BUILD_ARCH
53
- CFLAGS += $(shell dpkg-buildflags --get CFLAGS)
54
- CPPFLAGS += $(shell dpkg-buildflags --get CPPFLAGS)
55
- LDFLAGS += $(shell dpkg-buildflags --get LDFLAGS)
56
-endif
57
endif
58
59
ifeq ($(BUILD),debug)
0 commit comments