mirror of
https://github.com/MarginaliaSearch/MarginaliaSearch.git
synced 2025-02-23 13:09:00 +00:00
Merge branch 'master' into security-scan
# Conflicts: # code/libraries/array/cpp/resources/libcpp.so
This commit is contained in:
commit
90744433c9
1
code/libraries/array/cpp/.gitignore
vendored
Normal file
1
code/libraries/array/cpp/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
resources/libcpp.so
|
2
code/libraries/array/cpp/compile.sh
Normal file → Executable file
2
code/libraries/array/cpp/compile.sh
Normal file → Executable file
@ -7,4 +7,4 @@ if ! which ${CXX} > /dev/null; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
${CXX} -O3 -march=native -shared -Isrc/main/public src/main/cpp/*.cpp -o resources/libcpp.so
|
||||
${CXX} -O3 -march=native -std=c++14 -shared -Isrc/main/public src/main/cpp/*.cpp -o resources/libcpp.so
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user