peacekeeper icon indicating copy to clipboard operation
peacekeeper copied to clipboard

stack argument change (on Linux)

Open tissatussa opened this issue 8 months ago • 2 comments

i successfully compiled v3.0.0 on Linux, but i had to change the stack argument -Wl,--stack,33554432 into -Wl,-z,stack-size=33554432 .. maybe this is typical Linux, i don't know, i found this construction in my notes .. but this way compilation went well.

btw. i used the makefile, but your README states compilation can also be done like this:

Peacekeeper can be compiled from source with GNU C++ or Clang with g++ -Ofast -DNDEBUG -march=native -o peacekeeper src/*.cpp

[ i'm on Xubuntu 22.04 ]

tissatussa avatar Jun 06 '24 23:06 tissatussa