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 d540987 commit 10efba8Copy full SHA for 10efba8
standalone_compilation_linux.sh
@@ -14,7 +14,7 @@ ${CXX:-g++} -fPIC -fvisibility=hidden -O2 ${CFLAGS} ${CXXFLAGS} -Ilslboost \
14
-DBOOST_ASIO_STANDALONE \
15
-DLOGURU_DEBUG_LOGGING=0 \
16
-DLSL_LIBRARY_INFO_STR=\"${LSLGITREVISION:-"built from standalone build script"}\" \
17
- src/*.cpp \
+ src/*.cpp src/util/*.cpp \
18
thirdparty/pugixml/pugixml.cpp -Ithirdparty/pugixml \
19
thirdparty/loguru/loguru.cpp -Ithirdparty/loguru \
20
lslboost/serialization_objects.cpp \
0 commit comments