build systems & /tmp
build systems & /tmp
Posted Jun 6, 2024 15:25 UTC (Thu) by mbunkus (subscriber, #87248)In reply to: build systems & /tmp by smurf
Parent article: Debian's /tmpest in a teapot
Right… Before posting my comment I had done a quick strace with one of the clang++ calls used in project's build process and saw no write to /tmp. Re-configuring to g++ I do actually see it writing the assembly files to /tmp. It can be avoided by adding -pipe.