You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ]
The text was updated successfully, but these errors were encountered:
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 ]
The text was updated successfully, but these errors were encountered: