Don't compile with the stdlib, I don't think it is needed.
This commit is contained in:
parent
0d569ac0d1
commit
32693aeaff
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
CXX="g++ -std=c++11 -shared -fPIC -O3 -Wall -Werror -I$JAVA_HOME/include/ -I$JAVA_HOME/include/linux/"
|
||||
CXX="g++ -nostdlib -std=c++11 -shared -fPIC -O3 -Wall -Werror -I$JAVA_HOME/include/ -I$JAVA_HOME/include/linux/"
|
||||
|
||||
$CXX src/main/c/NativeCipherImpl.cpp -o src/main/resources/native-cipher.so -lcrypto
|
||||
$CXX src/main/c/NativeCompressImpl.cpp -o src/main/resources/native-compress.so -lz
|
||||
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user