Skip to content
Snippets Groups Projects
Commit 2cbe495c authored by jdh8d's avatar jdh8d
Browse files

No commit message

No commit message
parent ea0a4c2a
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ if [ ! -f DieHard/src/libdiehard.so ]; then
DieHard/src/include/rng/realrandomvalue.h \
DieHard/src/exterminator/src/realrandomvalue.h
cd DieHard/src
make linux-gcc-x86-64
g++ -std=c++11 -W -Wall -O0 -pipe -fPIC -m64 -march=nocona -ffast-math -g -I. -Iinclude -Iinclude/layers -Iinclude/util -Iinclude/math -Iinclude/static -Iinclude/rng -Iinclude/hoard -Iinclude/superblocks -IHeap-Layers -DDIEHARD_DIEHARDER=0 -D_REENTRANT=1 -DDIEHARD_MULTITHREADED=1 -shared -D'CUSTOM_PREFIX(x)=diehard##x' Heap-Layers/wrappers/gnuwrapper.cpp source/libdieharder.cpp -Bsymbolic -o libdiehard.so -ldl -lpthread -Dlinux
fi
echo Diehard Build complete.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment