7318750ed0
Whereas before OpenSSL would often lose benchmarks now it always wins.
4 lines
171 B
Bash
Executable File
4 lines
171 B
Bash
Executable File
#!/bin/sh
|
|
|
|
g++ -shared -fPIC -O3 -Werror -I$JAVA_HOME/include/ -I$JAVA_HOME/include/linux/ src/main/c/NativeCipherImpl.cpp -o src/main/resources/native-cipher.so -lcrypto
|