Files
nolambocoin_miner_neu/build.sh
w12 06c2327c99
Some checks are pending
Build CPU miner / build (push) Waiting to run
angepasst
2025-01-07 16:49:38 +01:00

17 lines
307 B
Bash

# CLEAN
make distclean || echo clean
rm -f config.status
sudo chmod +x autogen.sh
cd share
sudo chmod +x genbuild.sh
cd ..
# BUILD
./autogen.sh
./configure CFLAGS="-Wall -O2 -fomit-frame-pointer"
make -j$(nproc)
strip -s nolambocoin-miner
# CHECK STATIC
file nolambocoin-miner | grep "dynamically linked"