Skip to content

Commit b0acae0

Browse files
committed
remove redundant debian build flags from makefile
1 parent 76e21ee commit b0acae0

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/Makefile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,6 @@ ifeq ($(UNAME_S),Darwin)
4949
else
5050
LDLIBS += -lbsd -lrt
5151
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
5752
endif
5853

5954
ifeq ($(BUILD),debug)

0 commit comments

Comments
 (0)