You are not logged in.
Pages: 1
I'm using yay to download gcc-git. GCC was initially compiling very slowly, I changed my make flags in makepkgs.conf to
MAKEFLAGS="-j8"The actual C code now compiles quick (~20-30 mins), but the tests (In gcc.c-torture) have been going for 15 hours now.
I've had a look at the gcc makefile and it seems the tests should be getting run in parallel, but this doesn't seem to be the case.
Is there a way of disabling these tests entirely? I'm not doing compiler dev, I just want gcc-trunk for module support in C++.
Offline
"man makepkg"
Offline
"man makepkg"
Thankyou.
Offline
Pages: 1