diff --git a/common/build-style/gnu-makefile.sh b/common/build-style/gnu-makefile.sh index 96f1bd4452f..b328431e55b 100644 --- a/common/build-style/gnu-makefile.sh +++ b/common/build-style/gnu-makefile.sh @@ -6,7 +6,8 @@ do_build() { ${make_cmd} \ CC="$CC" CXX="$CXX" LD="$LD" AR="$AR" RANLIB="$RANLIB" \ - CPP="$CPP" AS="$AS" OBJDUMP="$OBJDUMP" STRIP="true" \ + CPP="$CPP" AS="$AS" OBJDUMP="$OBJDUMP" CFLAGS="$CFLAGS" \ + LDFLAGS="$LDFLAGS" \ ${makejobs} ${make_build_args} ${make_build_target} }