Do not build c/cxx .d file when --disable-dependency-tracking
--disable-dependency-tracking is for build environment that always do make clea + make to build These do not need the dependency information and therefore can save the expenses of tracking them. the gc c/cxx compile command was using -MMD etc.. systematically. this patch take gb_FULLDEPS value into account to avoid -MMD when not necessary Change-Id: Ic5c3c368c81da2b260a4fcdf03fdc01b45a9cb1f
Showing
Please
register
or
sign in
to comment