Codebase list ntl / a6b2925
Don't set MAKEFLAGS=-jN, this does not play well with the buggy pointless rules below Ximin Luo 6 years ago
1 changed file(s) with 0 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
55 CPPFLAGS := $(shell dpkg-buildflags --get CPPFLAGS)
66 CXXFLAGS := $(shell dpkg-buildflags --get CXXFLAGS)
77 LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS)
8
9 ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
10 MAKEFLAGS += -j$(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
11 endif
128
139 CXXFLAGS += -Wall
1410