mirror of
https://github.com/Linux4Yourself/book.git
synced 2025-01-23 22:42:26 +08:00
fix strange threads counting
This commit is contained in:
parent
831a61a93f
commit
befc95b0eb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user