Single threaded debug build

This commit is contained in:
Peter Šurda 2022-12-19 18:43:11 +08:00
parent d4cce2d324
commit f21834ce7b
Signed by: PeterSurda
GPG Key ID: 3E47497CF67ABB95
1 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,8 @@ git checkout tags/20.03.2
#wget https://downloads.openwrt.org/releases/22.03.2/targets/bcm27xx/bcm2711/config.buildinfo -O .config
cp ../config.buildinfo .config
make defconfig
make -j $(nproc) V=w
#make -j $(nproc) V=w
make V=w
find ~ -type d -name bin
find bin