fix strange threads counting

This commit is contained in:
makpif 2022-01-11 19:14:58 +03:00 committed by GitHub
parent 831a61a93f
commit befc95b0eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,7 +77,7 @@ export CFLAGS="-O3 -s"
export CXXFLAGS="-O3 -s"
# makeflags for paralell make
export MAKEFLAGS=-j$(lscpu | grep "CPU(s):" | grep -v NUMA | tr -d "CPU(s): ")
export MAKEFLAGS=-j$(nproc)
# End /etc/profile
EOF