Merge branch 'master' into security-scan

# Conflicts:
#	code/libraries/array/cpp/resources/libcpp.so
This commit is contained in:
Viktor Lofgren 2024-06-13 13:14:47 +02:00
commit 90744433c9
3 changed files with 2 additions and 1 deletions

1
code/libraries/array/cpp/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
resources/libcpp.so

2
code/libraries/array/cpp/compile.sh Normal file → Executable file
View 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