We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbf2090 commit 9b6d12bCopy full SHA for 9b6d12b
standalone_compilation_linux.sh
@@ -17,7 +17,6 @@ ${CXX:-g++} -fPIC -fvisibility=hidden -O2 ${CFLAGS} ${CXXFLAGS} -Ilslboost \
17
thirdparty/pugixml/pugixml.cpp -Ithirdparty/pugixml \
18
thirdparty/loguru/loguru.cpp -Ithirdparty/loguru \
19
-Ithirdparty/asio \
20
- lslboost/serialization_objects.cpp \
21
${LDFLAGS} \
22
-shared -o liblsl.so -lpthread -lrt -ldl
23
${CC:-gcc} -O2 ${CFLAGS} -Iinclude testing/lslver.c -o lslver -L. -llsl
0 commit comments