-
hi, I recently setup a VM running Ubuntu-24.04. -> falling back to a single-threaded build -> a bit of wasted time in today's setups, where we all have multi-core machines. I checked a circle standalone build, which doesn't show this effect in Ubuntu/VM. Any idea if the problem is in my setup (Ubuntu/VM) or somewhere in the make-setup of circle-stdlib/circle? It's not really a priority, but I'm curious and would like to understand and ideally fix it. Thanks to all circle-stdlib/circle developers - this is great stuff for me to learn and get the max out of my collection of PIs! thx, pottendo |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
I never bothered because the build time of Circle is short compared to the overall build time, and I thought that it was cumbersome to fix. But you are right, this is annoying, and it was actually easy to fix by simply following the advice in the warning. Fixed on the |
Beta Was this translation helpful? Give feedback.
thanks, will try tomorrow...
...forgot to mention: my ArchLinux setup (non VM) throws this warning:
fgrep: warning: fgrep is obsolescent; using grep -F
not sure if from circle, or circle-stdlib...
bye, pottendo