tunsafe-clang15/build_freebsd.sh
2018-10-21 16:54:19 +02:00

6 lines
187 B
Bash
Executable file

g++7 -I . -O2 -DNDEBUG -DWITH_NETWORK_BSD=1 -static -mssse3 -o tunsafe \
tunsafe_amalgam.cpp \
crypto/chacha20/chacha20-x64-linux.s \
crypto/poly1305/poly1305-x64-linux.s \
-lrt -pthread